Viewing 15 posts - 391 through 405 (of 588 total)
I would think the child tables would be partioned by whatever method you use to link them now to the main table (i.e. the FK). Just would be my natural...
May 30, 2007 at 6:08 am
Another solution could be to use a For Each loop in SSIS to do the restore, some rules would have to be set down for identifying which file is which...
May 30, 2007 at 5:58 am
Agreed Jiri it can be quite tricky. Which is why I include the leading and trailing concatenation when I look at strings during investigations.
May 30, 2007 at 5:54 am
Hey I want a turbo diesel! Unfortunatly the only one available anymore is Mercedes S350 (I think that is the model number). We don't get fun diesels over here in...
May 30, 2007 at 5:52 am
Part of the problem with MS was most likely that the person got another call as soon as you lost connection. At least that is my understanding from last time...
May 29, 2007 at 2:49 pm
See my reply to you in the backup forum.
You could of course have the other SQL machine send an email that inserts that information to a table on the destination...
May 29, 2007 at 2:12 pm
For comparison they would be equal, spaces or no spaces. At least I think you are asking about the below:
declare
May 29, 2007 at 2:04 pm
I think this discussion might be of interrest, includes my code, but also other peoples take on it:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=359034
May 29, 2007 at 1:56 pm
Ryan,
somewhere on here I posted the scripts I use to backup my servers. With that you can configure the file names as you please. The way it is written emulates...
May 29, 2007 at 1:53 pm
Actually at one place I worked my databases cured cancer! Well, they were used to control radiation machines!
In that environment, you bet we...
May 29, 2007 at 1:48 pm
Doesn't surprise me at all that asking the difference between clustered and non-clustered indexes weeds out most people. But hopefully only peopel that are interviewing for a DBA position for...
May 29, 2007 at 7:36 am
I must not understand this question, because I can clearly see a bunch of SQL 2005 specific forums. But if you want to go to the beginning of them, use...
May 29, 2007 at 5:53 am
Just restore on top of them. Generally is faster than recreating the files (I think in Windows 2003 this might no longer make a difference).
If you have a complete filelevel...
May 29, 2007 at 5:50 am
Capture the value of @@error after the statement, then use raiserror to write it to the log.
May 29, 2007 at 5:25 am
I dunno Paul. I have had to call MS excatly twice in 12 years for help with SQL.
May 28, 2007 at 9:06 am
Viewing 15 posts - 391 through 405 (of 588 total)