Viewing 15 posts - 4,306 through 4,320 (of 8,753 total)
Resender (11/3/2015)
ChrisM@Work (11/3/2015)
Resender (11/3/2015)
89,372,968,620
ChrisM@Work (11/3/2015)and how is this lot typically interrogated?
I wish I knew but I'm...
November 3, 2015 at 11:54 am
sraghunandana.6 (11/2/2015)
I have taken a compressed online backup of one database. The database size came from 360GB to 190GB.
Now i want to restore the compressed backup which should replace...
November 2, 2015 at 10:04 am
Lynn Pettis (11/2/2015)
SQLRNNR (10/31/2015)
For thread posterity:
It was awesome to get to meet some of the denizens of The Thread last week. Too bad Jeff Moden wasn't able to be...
November 2, 2015 at 9:50 am
rohan1424 (11/1/2015)
I have a prod server running SQL 2012 Standard which host our DB which is about 50 GB . We have enabled logshipping on a secondary sever which...
November 1, 2015 at 3:51 pm
IIRC I did this in the passed with a start-up macro, which fired a code that added the protection when the spreadsheet was opened.
😎
November 1, 2015 at 3:46 pm
coolchaitu (11/1/2015)
I have 4 instances on a box. How can i find which instance is causing memory pressure? Also, how to find which instance is consuming more memory?...
November 1, 2015 at 2:39 am
Brandie Tarvin (10/30/2015)
October 30, 2015 at 1:35 pm
Brandie Tarvin (10/30/2015)
October 30, 2015 at 1:35 pm
jasona.work (10/30/2015)
Brandie Tarvin (10/30/2015)
October 30, 2015 at 1:30 pm
Thank you all for giving this a try;-)
😎
(mis) Quoting William Edward Hickson
Tis a lesson you should heed:
Try, try, try again.
If at first you don't succeed,
Try, try, try again.
that's 15...
October 30, 2015 at 11:55 am
Piling on, this is a perfect case for TRY_CONVERT, unfortunately not available before 2012
😎
October 29, 2015 at 2:34 pm
Further on Luis's fine answer, works fine and unless there is something else affecting the code that we don't know of, then there isn't much to do;-)
😎
You can add some...
October 29, 2015 at 2:21 pm
Ed Wagner (10/29/2015)
October 29, 2015 at 2:00 pm
Ed Wagner (10/29/2015)
Jeff Moden (10/29/2015)
Ed Wagner (10/29/2015)
That's pretty slick, Eirikur. I appreciate how you use string replacement using the rows in sys.databases to generate the final SQL to fire....
October 29, 2015 at 1:42 pm
New persopn (10/29/2015)
Hi All,
I need out put in single row for below 2 queries using joins
SELECT [total_physical_memory_kb] / 1024 AS [Total_Physical_Memory_In_MB],
CPU_Count AS NumberofCPU
FROM [master].[sys].[dm_os_sys_memory]
CROSS JOIN sys.dm_os_sys_info
SELECT d.NAME,(SUM(mf.size) * 8 /...
October 29, 2015 at 1:24 pm
Viewing 15 posts - 4,306 through 4,320 (of 8,753 total)