Viewing 15 posts - 4,411 through 4,425 (of 6,677 total)
vision59 (10/29/2009)
October 29, 2009 at 6:49 pm
Take a look at the following article: http://www.eraofdata.com/blog/2009/01/loginfailures/
What is stated here is that most likely the problem is this user does not have permissions on the default database. This...
October 29, 2009 at 5:14 pm
Additional info - the TMP and TEMP variables are Operating System environment variables - not SQL.
Jason,
Thanks - sometimes I forget that you have to be very specific and miss...
October 29, 2009 at 4:56 pm
vision59 (10/29/2009)
Based on ID field which is primary key in the apps how I do I browser all the tables in Database A and Add missing rows in...
October 29, 2009 at 4:55 pm
SQL Server Management Studio needs to put the results of your query somewhere, so it can be displayed. Performing a SELECT everything type of query on a large table...
October 29, 2009 at 4:43 pm
In SQL Server 2005/2008 you now have a Job Activity Monitor. Open that and you have everything you are looking for and more.
One thing to note is if you...
October 29, 2009 at 8:47 am
I am going to repeat what Lynn stated - and recommend that you look into compressing the backup file instead of moving to a compressed folder.
The problem you are running...
October 28, 2009 at 8:39 pm
Also look up LTRIM/RTRIM in Books Online - that should take care of the leading/trailing spaces.
October 28, 2009 at 8:30 pm
Steven.g.karpowicz (10/28/2009)
October 28, 2009 at 9:57 am
Steven.g.karpowicz (10/27/2009)
October 27, 2009 at 4:12 pm
Yes, you are given the option to select which instances will be upgraded.
October 27, 2009 at 1:03 pm
Before using the with init option to initialize an existing file - you really need to make sure that backup has been copied to offline storage.
October 27, 2009 at 12:59 pm
Steven.g.karpowicz (10/27/2009)
October 27, 2009 at 12:12 pm
Okay, you are storing the package at the file system - not in SQL Server itself. The command line looks okay - not sure what the problem is there.
What...
October 27, 2009 at 11:13 am
You are running Enterprise Edition (at least that's what it looks like). You can probably perform your index rebuild online using ALTER INDEX syntax. Look it up in...
October 26, 2009 at 4:44 pm
Viewing 15 posts - 4,411 through 4,425 (of 6,677 total)