Viewing 15 posts - 586 through 600 (of 695 total)
You can read the SQL Books Online for the best info about SQL. the BOL came with the install, or I should say... should have been installed. If you are...
February 3, 2010 at 12:25 pm
Yes I did, I always install everything.
Let me look around in there see what I can see.
What happened to being able to use SQL Server and keeping things simple?
Thanks
Andrew SQLDBA
February 3, 2010 at 4:56 am
Now this is really off. The keyboard cuts work fine on a server that I have and use. But they do not work on the laptop. I have sever 2003...
February 3, 2010 at 4:18 am
You can have as many different instances on one box as you like. I myself, have just finished installing SQL 2000, SQL 2005 and SQL 2008 all on my laptop...
February 2, 2010 at 9:02 am
Easy way, no, no easy way.
You can create a SQL Script to do that. Drop the Constraint, truncate the table and create the Constraint again. Or you can script out...
February 2, 2010 at 6:12 am
Once you disable a SQL job, it is disabled.
You have an issue with something else firing off that package. Something like a stored procedure can fire off a DTS package....
February 2, 2010 at 3:48 am
Gail
I did not see anything in the SQL BOL, and I have also looked in the 2008 BOL. I see nothing about this going away. But I am blind in...
January 27, 2010 at 1:00 pm
One small question....
What user account are you using to run SQL Service under?
If it it not a domain account, then you cannot use xp_cmdshell to perform any command line operations....
January 27, 2010 at 11:10 am
Wow, you are really going the long way around to do change the path. No need for that all code, really. Especially not the xp_cmdshell methods.
A simple detach, move...
January 27, 2010 at 10:22 am
Since you are moving the physical box, then all you would have to be concerned with are the connection strings, if you use the IP Address in them. If you...
January 27, 2010 at 6:29 am
I copied them from Microsoft site. It was just when I tried to open the MSI, I received a message. So, I went to where the MSI had expanded the...
January 27, 2010 at 5:16 am
What are you wanting to return? Or expecting the query to return? The query is actually performing EXACTLY what you asked. No matter the number of rows in the table,...
January 26, 2010 at 9:10 am
Creating a backup of a SQL database is very simple. And you can perform this from any environment without the risk, or too much risk of harming anything.
Even while the...
January 26, 2010 at 7:22 am
Look in the SQL Books Online under "Alter Table"
Andrew SQLDBA
January 24, 2010 at 8:45 am
What you are basically doing is creating a query.
You do not have to go step-by-step with this. You can simply open a new query pane, and type in the query....
January 24, 2010 at 7:17 am
Viewing 15 posts - 586 through 600 (of 695 total)