Viewing 15 posts - 871 through 885 (of 972 total)
MaverickMan (10/9/2009)
Hello,Do you recommend any particular books or practice exercise?
I am not a developer by any means but like to read on it every now and then to better...
October 9, 2009 at 1:36 pm
Link from SQL Server 2005 BOL for T-SQL command
Link from SQL Server 2005 BOL for GUI
October 9, 2009 at 8:49 am
The attached is a presentation done at a SQL Saturday event I went to in Birmingham, AL. It includes some scripts for creating the maintenance plans/jobs that includes one...
October 8, 2009 at 2:58 pm
Finding answers on a problem and knowing that an answer will help and not hurt your environment is something that comes from experience and extending your knowledge outside of work....
October 8, 2009 at 12:07 pm
Do you see any errors?
October 8, 2009 at 11:45 am
Richard M. (10/8/2009)
Thordog (10/8/2009)
October 8, 2009 at 8:33 am
You also cannot do WITH DIFFERENTIAL against the master database, only FULL.
October 7, 2009 at 11:05 am
Yes it is "on your honor" with licensing SQL Server 2005. If you are audited you will have to show your purchase order or bill invoice showing you paid...
October 6, 2009 at 1:17 pm
Sorry, SQL Server Profiler, it is a tool installed when you install SSMS (Management Studio) for SQL Server 2005. The end section of this link shows basic use of...
October 6, 2009 at 1:05 pm
Can you provide any errors from the SQL Logs or Windows Event Logs that appear when the step is attempted?
Is the 'K:\' drive a local disk or network mapped drive?
October 6, 2009 at 12:59 pm
Just off top of my head has the field 'processed_flag' field or the table that field is in had any changes to it?
If you run profiler, then execute your procedure...
October 6, 2009 at 12:57 pm
What method did you use to move the msdb and model databases?
I don't know of a way to start with just master.
October 6, 2009 at 7:17 am
Are there any errors after or before this one in the event log?
October 6, 2009 at 7:14 am
This link mentions use of -Membertype argument to filter the output a little.
get-Process | get-Member -Membertype property
OR
get-Process | get-Member -Membertype method
I have not worked with PowerShell to much yet so...
October 5, 2009 at 12:39 pm
Viewing 15 posts - 871 through 885 (of 972 total)