Viewing 15 posts - 46 through 60 (of 84 total)
So sorry Gail. I forgot to thank you for your answer. I have already created a program that calls SQLCMD to do what I need to do. You have been...
June 6, 2011 at 12:19 pm
I'm trying to automate a process. That wouldn't work.
June 6, 2011 at 11:55 am
It is definitely Monday morning.
Thanks for the correction. You are right. What I want to do is change to a different instance. Does this make sense?
June 6, 2011 at 8:21 am
Rob,
Thanks for the code. That will work in this case.
Gianluca,
Thank you for the article. I have it bookmarked to read and reference. I will be needing this in about 3...
May 24, 2011 at 10:37 am
Unfortunately, the data is contained in a table tat is part of a proprietary ERP system, and thus can not be modified.
May 24, 2011 at 9:44 am
Boy, do I feel stupid. I figured it out. I changed my network password the other day but failed to change it on the services. Everything works now. Thank you...
May 17, 2011 at 12:35 pm
The SQL Server (MSSQLSERVER) service failed to start due to the following error:
The service did not start due to a logon failure.
For more information, see Help and Support...
May 17, 2011 at 12:32 pm
Yes, I am trying to connect to my own machine. None of the services are running. When I try to start any of them they error out.
May 17, 2011 at 12:12 pm
Todd,
I inherited this code, so I am not quite sure what they were trying to do. I have made these variables = NULL and that part works fine.
Dan,
Sorry I forgot...
May 12, 2011 at 3:04 pm
Sorry it took me so long to get back to you. Thank you very much, Jack. It works perfectly.
April 14, 2011 at 8:30 am
I am pulling from the same database. Basically what I am doing is creating a temp table in a sproc. Before I do I want to make sure the old...
April 1, 2011 at 1:30 pm
Pam, thank you again. I will see if I can incorporate this into my code.
Drew, you have given me a very good idea. I am indeed trying to incorporate this...
March 23, 2011 at 10:43 am
Thanks again, Pam! You are a great help!
March 22, 2011 at 12:35 pm
Thank you, Pam! The last one works perfectly!
Steve
March 22, 2011 at 9:56 am
Sorry, I should have done this first. Here is the code to create the data:
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#jobtran','U') IS...
March 22, 2011 at 9:32 am
Viewing 15 posts - 46 through 60 (of 84 total)