HI
what is FILESTREAM garbage collector in sql server 2012
I restored a backup of a sharepoint 2010 content database it is rbs enabled
when I restore blobs are deleting from a rbs storage folder how its happen
adil
HI
what is FILESTREAM garbage collector in sql server 2012
I restored a backup of a sharepoint 2010 content database it is rbs enabled
when I restore blobs are deleting from a rbs storage folder how its happen
adil
Fabricio Lima | MCP, MCTS, MCITP | Twitter: @fabriciodba | Consultoria SQL Server: http://fabriciolima.net/blog/consultoria-remota/
In my production database server having 629 tables, i want to implement CDC for few (near by 90 tables) kind of operations going on who is doing, when they did information. for this i need to store information customized table like user,getdate().
Is it possible to capture through CDC other than Table level trigger? please suggest.
thanks
SVB
I restored a backup of a sharepoint 2010 content database it is rbs enabled
when I restore blobs are deleting from a rbs storage folder how its happen
is its a default behavior of rbs maintainer or how I check the rbs maintainer garbage collection settings for this content database
adil
I get multiple errors when i install SQL server 2012 SP1 In my lab server.
Not sure why i keep getting different errors all the time when i install SQL server 2012 & 2012 SP1.
Below are error codes, screen shots and also a log of the error.
1. Eror code 0X84B40000
Also dint understand any thing from this article related to the above error
http://social.technet.microsoft.com/Forums/sqlserver/en-US/5b6cc928-0db8-4fe4-a5d3-21672225f0ca/i-get-error-code-0x84b40000-when-trying-to-install-sql-server-mgmt-studio-to-an-existing-sql?forum=sqlexpress
2. Eror code 0x851A001A
Can any one plz help as i always get one or the other error.
====================================
Screen shot:
Please note the below screen shot has given the error code 0x851A001A which is same in case of failure of all the other features which have failed during this installation. Hence i have uploaded only one screen shot.
2. Log file content.
=================================
Overall summary:Recently We've migrated SQL 2005 x86 Enterprise running on Windows 2003 Enterprise to new hardware where is running Windows 2008 SP2 and SQL 2005 x64 SP4 with CU3. We migrate users (with standard approach by Microsoft) and application databases to new server. Everything is looking ok, applications working. But we've got some SQL exceptions like below.
Is there any known bug related to that? Could someone help us.
Memory
MemoryLoad = 15%
Total Physical = 32733 MB
Available Physical = 27752 MB
Total Page File = 64782 MB
Available Page File = 60344 MB
Total Virtual = 8388607 MB
Available Virtual = 8355366 MB
**Dump thread - spid = 84, PSS = 0x00000000D1A43ED0, EC = 0x00000000D1A43EE0
***Stack Dump being sent to D:\MSSQL.1\MSSQL\LOG\SQLDump0005.txt
* *******************************************************************************
*
* BEGIN STACK DUMP:
* 04/25/14 12:54:30 spid 84
*
* ex_handle_except encountered exception C0000264 - Server terminating
*
* Input Buffer 255 bytes -
There is also some output from debugger:
0:000> .ecxr
rax=0000000077207080 rbx=0000000000000000 rcx=0000000016a37d50
rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000440
rip=00000000772070bd rsp=0000000016a38240 rbp=000000000000003f
r8=0000000000000000 r9=0000000000000000 r10=0000000000000000
r11=0000000000000287 r12=00000000032fdab0 r13=0000000000000000
r14=00000000000019e4 r15=0000000049b8d00c
iopl=0 nv up ei pl nz na po nc
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000206
kernel32!RaiseException+0x3d:
00000000`772070bd 4881c4c8000000 add rsp,0C8h
0:000> kC 1000
Call Site
kernel32!RaiseException
sqlservr!DmpGetClientExport
sqlservr!_____SQL______Process______Available
sqlservr!_____SQL______Process______Available
sqlservr!_____SQL______Process______Available
sqlservr!SQLExit
kernel32!UnhandledExceptionFilter
ntdll!RtlpNotOwnerCriticalSection
ntdll!_C_specific_handler
ntdll!RtlIntegerToChar
ntdll!_C_specific_handler
ntdll!RtlRaiseStatus
ntdll!RtlpNotOwnerCriticalSection
ntdll!LdrGetProcedureAddress
sqlshield
sqlservr
0x0
0x0
0x0
0x0
0x0
I need to run a POC to see if we can implement 2 phase commit in our mirroring environment.
we currently can't configure always-on to the DR site, so I would like to run the tests using Mirroring with safety on as a test.
should I expect to have same performance with Always on AG with synchronize mode, as with mirroring with safety full?
I have Always-On synchronization on some databases, We want to change from asynchronize mode to synchronize mode, I tested to see what the change in performance between the two, and found that in general the select statements keep the same duration with and without synchronize mode, most of the update\insert usually take around * 4 times from the asynchronize mode, BUT some updates take much longer. I would like to understand why things take MUCH longer (I understand that working with synchronize mode is a 2 phase commit and should take * 4 times, but I can't understand why some of them take 50 - 100 times more).
1. One query is an update made on a table with few records (up to 40 records), this update run 250K times a day, and a very simple update on this table takes * 98 than without synchronize mode
1. An update on a big table with 2 million records, using a query that specify the unique column in the primary cluster key, takes 50 times more.
What are the factors that have dramatic influence on performance when 2 phase commit (asynchronize mode) is used?
Hi,
I have a table where we did a compression the JPG that make up the LOB data. This made the table about 70% smaller. However, I can see that the unused space for the table is 56GB vs 41GB of actual data in the table.
I'm trying to release that unused space so that the space is not assigned just to this table but available to the whole database. I do not need to shrink the physical files.
Is this something that can be done?
SQL Server 2008 SP3 is what I'm running.
The index size is only 624K, the majority of the data is the LOB.
Is there a property of the table that is telling it to keep this much free space to itself? Or some other factor?
(we have Merge replication in use which makes it impossible for me to simple recreate the table, I really need another option).
Thank you.
I am a developer who uses different databases, but SQL Server is my favorite. I have a couple of small portable apps that I have been using a MS Access database to store information. I am interested in using the feature that allows you to embed a SQL database/engine in your .NET app. I saw it first in 2012, and now in 2014, but still a shortage of info, even in MSDN. Is this fringe tech to be avoided? Maybe I should stick with access as it has a front-end for design purposes?
Lee
Dear All
Can you please help me out of this below issue.
My Server having : Windows 2012 SD 64 bit
SQL : SQL 2008 R2 64 bit SP1
Memory : 64 GB
SQL Min Memory : 45 GB and Max memory : 55 GB so remaining 9 GB available
but my sql server any time shows 94% memory utilization. i have checked below points
Physical Memory_MB Physical Memory_GB Virtual Memory GBMy User asking how much sql transaction takes out off 55 GB , and each transaction how much takes, how to find sql healthy and sql needs how much memory.
Thanks
Mohamed Udhuman
Does anyone know how to read the general format of this page and what it means? Please see the following page
www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Ftechnet.microsoft.com%2Fen-us%2Flibrary%2Fms190324.aspx&ei=u-VnU-_ABoP5oAS3kYC4BA&usg=AFQjCNHDiIrbSAIz13N2_9yka4ps3ps6dQ&bvm=bv.65788261,d.cGU
I can't understand column name, data type and description headings? What do they contain and what are they referring to?
Joe Torre DBA III County of Riverside, CA
Last time there was deadlock while executing a job on my SQL Server.
The instance hung for a long time and did not respond in time.
Found in Windows Task Manager that one of the SQL process is occupying much RAM and killed the process so that I could restart SSMS and rerun the job again.
However, when tried to login as user 'sa' I get the below error.
'Network related or instance specific error occurred while establishing a connection to SQL server.'
Got the same error when tried to login using 'Windows Authentication' mode.
Can someone please help me with this. I have many jobs on the server and installing a new instance may loose all.
Thank You.
Hi all,
I am having an issue with memory in SQL server 2008R2 as follow.
You can see my config as image below. The server memory is 34G and I set Maximum server memory of SQL server = 24G.
The server sometime run too slow. I check and found that the memory is full and NO process running at that time except my task. I often stop this task, restart the service or change Max server memory to around 50% and change it back to previous setting then It run good again.
It's only happen sometime and I don't know why SQL server do not release memory for other process.
Can we have any setting or a auto task to force SQL server release memory? OR what I should do in this case?
Thanks all.
I was trying to find the table property called "Lock Escalation" in SSMS 2012 described in:
http://technet.microsoft.com/en-us/library/ms188469.aspx
After much time searching I realized this is a documentation question, because I found an answer, eventually.
Where can we find the documentation for the SSMS "Table Facets" right click menu item?
So, I am hoping to save someone else the time when looking for this.
The answer to the question is:
This property is found in SSMS under: Facets / Table Options
( Not as described by the TechNet library article, under: table/properties)
1. Select Path: Server/Database/tables/<name>
2. then Right Click and Choose "Facets"
3. Then select "Table Options" in drop down
This it the relevant version information this applies to:
Microsoft SQL Server Management Studio 11.0.3412.0
Microsoft Analysis Services Client Tools 11.0.3412.0
Microsoft Data Access Components (MDAC) 6.1.7601.17514
Microsoft MSXML 3.0 5.0 6.0
Microsoft Internet Explorer 9.11.9600.17041
Microsoft .NET Framework 4.0.30319.18444
Operating System 6.1.7601
I have below code in sql agent job step of type cmdexec . This step is supposed to copy a file using robocopy and based on the return code apply the if logic to return 0 .
My issue: robocopy step is working but not the if logic. Job is returning what ever the return code returned by robocopy.
ROBOCOPY c:\Source D:\destination myfile.txt ^& IF %ERRORLEVEL% LEQ 1 exit 0
Ravi Kumar
Hi All:
I m planning to write a script, to pull SQL Server Windows Groups members list by using powershell.
By using dsa.msc i can view the members of a particular SQL widows groups., the same i want to do using powershell., is there any way to do this. I want to run this from remote machine.
Please let me know how can we do this and per-requist... Already installed PowerShell 3.0 and loaded the recommended modules on it.
Thanks,
Satish Kumar.
Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)
Error Message:
F:\SqlSetupBootstrapper.dll is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support.
I've got this error when I was trying to install SQL Server 2014 on our server. I've already tried to on several server. but it still didn't get work.
The setup .ISO file was downloaded on MSDN Volume Licensing Service Center
SW_DVD9_SQL_Svr_Ent_Core_2014_64Bit_English_MLF_X19-34257.iso
Shawn