Viewing 15 posts - 316 through 330 (of 758 total)
GilaMonster (11/28/2012)
November 28, 2012 at 1:32 am
GilaMonster (11/28/2012)
Yes, it is necessary. Rebuild the system databases, start SQL, restore the backups of the system DBs.
Could this possibly work:
>> Restore the Master database to another SQL Instance
>> Replace...
November 28, 2012 at 12:51 am
nhphuong76 (11/28/2012)
I want to know what the transactions executed ?
Do you want to know which configuration setting was changed?
Are there any other similar messages in the error log?
November 28, 2012 at 12:36 am
nhphuong76 (11/27/2012)
Why belowlog appears in MSSQL log. What transactions system execute ?
MSQSQL 2008 R2
Date ...
November 27, 2012 at 11:51 pm
Im no Guru but I think this could be Bad Parameter Sniffing
http://sqlinthewild.co.za/index.php/2007/11/27/parameter-sniffing/
November 27, 2012 at 11:46 pm
anthony.green (11/27/2012)
I stand corrected.
Can I assume that my documentation is incorrect then?
November 27, 2012 at 4:41 am
anthony.green (11/27/2012)
From MSDNThe cost refers to an estimated elapsed time in seconds required to run the serial plan on a specific hardware configuration
http://msdn.microsoft.com/en-us/library/ms188603(v=SQL.105).aspx
From SSC
http://www.sqlservercentral.com/Forums/Topic1287679-146-1.aspx#bm1287938
November 27, 2012 at 4:03 am
shohelr2003 (11/27/2012)
November 27, 2012 at 3:50 am
arkiboys (11/27/2012)
Here is the database settings:
There is domainName\users unders security\ logins.
db_owner is NOT checked for database1
Then I go to database1, security\users.
I only see users. Notice that it is not domainName\users....
November 27, 2012 at 3:42 am
RK2012 (11/23/2012)
we have shrunk a datafile in production is there any impactPlease suggest.
.
Shrinking a datafile is not a good idea, as many of the other folks here will tell...
November 23, 2012 at 4:37 am
Perry Whittle (11/15/2012)
SQLSACT (11/15/2012)
The moment your recover the secondary database in a Log Shipping setup, a restore is required to re-start the session again.
this is incorrect, role switching in...
November 15, 2012 at 12:14 pm
jfogel (11/15/2012)
November 15, 2012 at 8:52 am
Guys
Any help/ideas with this? Or pointers in the right direction?
Thanks
November 15, 2012 at 8:49 am
Ok
I've verified that the performance counter includes memory for plans allocated through both MPA and SPA by using the below
SELECT [type]
, SUM(single_pages_kb)/1024 AS [SPA Mem, Kb]
, ...
November 15, 2012 at 3:46 am
abdsubhani (11/14/2012)
In our organisation we are shifting sql server to another system. we are done with that but we are not able to get logins. we need to...
November 14, 2012 at 1:20 am
Viewing 15 posts - 316 through 330 (of 758 total)