Viewing 15 posts - 31 through 45 (of 78 total)
Thank you for your post!
So basically, it sounds like this process is manual meaning that I will have to look at each table to determine if I "think" it's...
January 20, 2011 at 4:03 am
Thank you very much for the follow up and advice. I wasn't sure if it could be done, but I didn't want to say "No" until I confirmed it.
I...
January 19, 2011 at 1:41 pm
Thank You Kingston!! So, I'm assuming table1 is always the left table because it is the first in the list; is that correct?
Yes, you've helped out tremendously with that...
November 22, 2010 at 12:23 pm
Thank You Kingston!! So, I'm assuming table1 is always the left table because it is the first in the list; is that correct?
Yes, you've helped out tremendously with that...
November 22, 2010 at 10:33 am
Wayne - Thank you for the query. It works great. I plan to research the "FOR XML PATH" statement just to see the use of it. One way for me...
September 29, 2010 at 8:14 am
Thanks Lowell for the query. It works great. I really appreciate your help!
Ronnie
September 29, 2010 at 8:10 am
Just wanted to say Thank You to everyone for your suggestions. I tried what Lynn had suggested and that seems to have done the trick. Sooo simple...
Anyway, thanks again!!!
Ronnie
September 9, 2010 at 8:29 am
Thank you very much. I ran the query and it worked perfectly. Of course I tweaked it a little (very little) but the logic work as expected.
I really appreciate your...
August 11, 2010 at 9:12 am
Thanks for the reply!
I would like to store the data in a table so that I can further manipulate it later. I was using the print to test and verify...
July 29, 2010 at 8:34 am
I thought I would include my code which might further help:
declare
@GroupName varchar(255),
@ServerName varchar(15),
@AccountName varchar(255),
@ServerID int, @rowsfound int
declare grpCursor cursor for
...
July 29, 2010 at 8:08 am
Sorry for the slow reply on this but I wanted to provide a status on this issue. I know that I from my own experience, I hate when I go...
October 19, 2009 at 9:39 am
Thanks Guys!!
This is what I ended up doing:
• Created a login account on the database side
• Granted the login the Public role
• Mapped it...
August 3, 2009 at 11:02 am
Was that all those step automated or manual. I used to do pretty much the same steps except for zipping. I had a SQL job to back up the database,...
May 2, 2008 at 7:54 am
So you are saying that I can backup the production database to my dev (target) server through SQL?
Do I have to create the mapped drive first in order to...
April 28, 2008 at 3:20 pm
Thanks Andrew.
Unfortunately, I've tried those options and when it tries to start any subsequent components such as the model or msdb databases, it also looks for them in the old...
August 27, 2007 at 9:40 am
Viewing 15 posts - 31 through 45 (of 78 total)