Viewing 15 posts - 3,166 through 3,180 (of 6,679 total)
Try changing the date format to YYYY-MM-DD instead of YYYYMMDD. If that doesn't work - use the to_date function to convert the string value to a date.
June 3, 2011 at 2:24 pm
Jim Murphy (6/1/2011)
Ninja's_RGR'us (6/1/2011)
Find the job that pages you about low freespace to understand how it works.
great advice.
Also I'd put the growth to something more around 1 GB, 100 mb...
June 1, 2011 at 2:35 pm
Open the Maintenance folder in SSMS, right-click on the maintenance plan and select View History. This history will break out each task and show you the status of each...
June 1, 2011 at 2:23 pm
Februarius Montefrio (5/31/2011)
Another interesting thing to note. It also throws this error message when the trigger is ran:
Msg 2760, Level 16, State 1, Procedure utg_TriggerName, Line 12
The specified schema...
May 31, 2011 at 8:15 pm
UPDATE myTable
SET email = '' -- or NULL
WHERE name = 'A';
Before you run this, you really need to read up on UPDATE and INSERT in books online. Also,...
May 31, 2011 at 8:08 pm
sam-1083699 (5/31/2011)
Please perform this action.
Open SQL SERVER, OPEN some database, right click on some table . You will see open table option if you click...
May 31, 2011 at 8:01 pm
This should get you started: http://technet.microsoft.com/en-us/library/cc709691(WS.10).aspx
May 31, 2011 at 2:04 pm
This is the same issue you will see on Windows Vista or Windows 7. You are running into an issue with UAC - which is causing you some issues.
You...
May 31, 2011 at 1:28 pm
You need to make sure you understand how the Netapp SAN has been setup and configured. If the LUNs presented for your data drive is from an aggregate with...
May 31, 2011 at 1:19 pm
Barkingdog (5/29/2011)
You wrote
>>>>
I would expand on this - keep everything as long as you possible can. I cannot count how many times (on this site and others), where someone has...
May 30, 2011 at 10:46 am
Steve Jones - SSC Editor (5/29/2011)
May 29, 2011 at 3:24 pm
I have to agree with the others - this should be re-written to eliminate all of the sub-queries. Not only will that help in performance, but the query will...
May 29, 2011 at 10:06 am
While you are researching this, I would recommend that you set the trace flags to make these type of operations NO-OPS so they don't cause problems with your log chain.
From...
May 29, 2011 at 9:26 am
Welsh Corgi (5/27/2011)
Jeffrey Williams-493691 (5/27/2011)
Welsh Corgi (5/27/2011)
Lucky9 (5/27/2011)
May 27, 2011 at 4:30 pm
Lee Crain (10/28/2010)
If you want to achieve optimum performance on your database server(s), separate each of your...
May 27, 2011 at 4:11 pm
Viewing 15 posts - 3,166 through 3,180 (of 6,679 total)