Viewing 15 posts - 3,826 through 3,840 (of 6,679 total)
I am not sure I follow this - you want to start a process that takes 3 minutes to run, every 2 minutes? That means the previous execution will...
May 16, 2010 at 9:32 am
george sibbald (5/14/2010)
?http://msdn.microsoft.com/en-us/library/ms188694(SQL.90).aspx
Interesting, didn't know that - but then again I don't set that option or use it. Besides, did you see the comment that if you set it...
May 14, 2010 at 6:13 pm
george sibbald (5/14/2010)
May 14, 2010 at 5:25 pm
George,
I can see how that might be an issue - if that is option is enabled. However, if you have enabled that option - then you obviously need to...
May 14, 2010 at 4:18 pm
mbrey (5/14/2010)
May 14, 2010 at 3:54 pm
mbrey (5/14/2010)
May 14, 2010 at 3:11 pm
george sibbald (5/14/2010)
Having the db owned by an ID that restored it is not in...
May 14, 2010 at 2:58 pm
Just for clarity sake - SSRS also has a mode where you can develop reports that are called by your application and run on the client system. This mode...
May 14, 2010 at 2:07 pm
You really should not be shrinking your database at all - because, as you are aware - it just grows again. The additional growth is expensive and will cause...
May 13, 2010 at 8:39 pm
lmu92 (5/12/2010)
Once that person "designed" a query he/she wants to run in production, that person should send the query to one of...
May 12, 2010 at 6:40 pm
I know this is for 2000 - but schema qualifying all objects is a recommended practice on SQL Server 2005/2008. There is an issue with not schema qualifying the...
May 12, 2010 at 1:50 pm
nikhil.desai1 (5/11/2010)
If we don;t have any backup taken than how to get the original data back.
If you are just looking for a way to be safe, and not actually trying...
May 11, 2010 at 1:49 pm
I have seen this in both 2005/2008 when you try and deploy a new report over an existing report. If the report has a different signature (GUID - I...
May 11, 2010 at 7:08 am
No need to even loop through all objects in the database. You can grant view definition to all objects in a schema in a single command:
GRANT VIEW DEFINITION ON...
May 10, 2010 at 9:34 pm
Okay, each login to SQL Server has to be defined. Windows logins can be added individually or through group membership. When you run SSIS packages from SQL Server...
May 10, 2010 at 9:02 pm
Viewing 15 posts - 3,826 through 3,840 (of 6,679 total)