Viewing 12 posts - 46 through 57 (of 57 total)
Ah, this looks very useful. Thanks very much for your help.
November 5, 2009 at 1:40 pm
lmu92 (10/13/2009)
cjohn5552 (10/13/2009)
Thanks for your reply. The query is of the form:
select personID from people
where height = 'X'
and weight...
October 24, 2009 at 10:28 am
Hey,
Thanks for your reply. The query is of the form:
select personID from people
where height = 'X'
and weight = 'Y'
The...
October 13, 2009 at 4:14 pm
Hahaha, that's funny. No wonder I was having trouble finding documentation for those "keywords". Sorry for the misunderstanding.
August 25, 2009 at 2:42 pm
Thanks for the link. I'll take a look at it, and see if I can make sense of what happened.
August 20, 2009 at 2:30 pm
No. Do you know how to do this from SQL 2008? I'm not familiar with the interface for the RM in that version, and that's what's on the servers.
August 20, 2009 at 11:51 am
Hehe--excellent question, Jeff. That leads me to my next question.
When table names have similar beginnings, the query generates duplicate file names. If the table names were long enough, I suppose...
August 18, 2009 at 11:50 am
Ah! With a little bit of Googling, I discovered the SQL equivalent of the Mid function is Substring. Thus, the following code gave me what I wanted:
+ ' -o c:\resync\tdOutput'...
August 17, 2009 at 5:45 pm
Thanks very much for your reply. I actually don't want to create any tables in the databases based on the TableDiff results. I'm mainly looking for a good way to...
August 17, 2009 at 5:36 pm
Ah, turns out I just wasn't being patient enough. The query file did eventually generate. My apologies for this unnecessary post.
[feel free to delete it]
August 11, 2009 at 7:42 pm
Yeah, well the bit about restoring with move is after that:
SELECT @stmt = 'restore database PracticeRepository' + @ClientAbbreviation + SUBSTRING(@RestoreDate, 5, 4) + 'from Disk = ''' + @ArchiveDir +...
April 22, 2009 at 10:05 am
Hey, thanks for your reply.
I actually talked to a colleague about this, and he was able to tell me a good way to do it. I'm including the query below...
April 6, 2009 at 10:04 am
Viewing 12 posts - 46 through 57 (of 57 total)