Viewing 15 posts - 526 through 540 (of 2,897 total)
How about you give your answer, then the experts here can have a discussion point.
March 15, 2014 at 11:03 am
sreenubabu.s (3/12/2014)
can any one tell me how to find who restarted the server ant what time ?
i did...
March 12, 2014 at 7:44 pm
I only went part way because I often test things a step at a time to cut down the variables if I made a mistake somewhere along the line. ...
March 10, 2014 at 2:41 pm
According to my faulty memory, part of the setup process was using local SQL login accounts that had the same name & password on both servers, not Windows accounts.
March 7, 2014 at 8:40 am
Just 1 tempdb file. I recall reading conflicting opinions, so I left it at 1.
To clarify, I do see the other processors working sometimes, but was surprised this time to...
March 3, 2014 at 4:35 am
Jeff Moden (3/2/2014)
Am I reading that correctly? You have an 8 CPU box with only 3.4GB total memory?
Bad News: Not much memory
Good News: Approval to upgrade all our servers...
March 2, 2014 at 8:10 pm
I can only answer a couple of those right now.
MAXDOP is 0, and Cost Threshold for Parallelism is 5. There was no blocking, but I know there was a long...
March 2, 2014 at 7:27 pm
Perhaps you could declare a variable as DECIMAL(10,2) then set the INT column to the value in the decimal variable... a 2 step conversion.
February 26, 2014 at 7:29 am
How big is the log file ??
How much free space in the database ?
February 13, 2014 at 6:56 pm
No other backups running at the time. I can see backup history and the 2 that did run took 4 minutes just after midnight, which is normal. Combined, the...
February 12, 2014 at 3:59 am
I ran the select by itself when troubleshooting a few hours later & it worked fine. The next day, the job ran fine again as it has for more than...
February 11, 2014 at 7:42 pm
Not quite sure what you're asking
Select * into Table_A from Table_B
February 7, 2014 at 4:12 am
Did you try my reply in your cross-post ? (which is generally frowned upon)
http://www.sqlservercentral.com/Forums/Topic1538824-392-1.aspx
February 6, 2014 at 8:32 pm
I run this as a SQL scheduled job on my Windows 2003 server:
[font="Courier New"]ForFiles /P D:\objectscripts /D -180 /C "CMD /C if @ISDIR==TRUE echo RD /Q /S @FILE &RD...
February 6, 2014 at 2:41 pm
Viewing 15 posts - 526 through 540 (of 2,897 total)