Viewing 15 posts - 5,911 through 5,925 (of 6,216 total)
Hi Pits,
Im not sure I follow you entirely, but here are some thoughts in general. One, you can replicate across domains without having a trust - you would have to...
September 10, 2001 at 4:26 pm
John,
One of the things we like to here at SQLServerCentral is close the loop - could you post what you did to fix your replication problem? That way other readers...
September 10, 2001 at 4:18 pm
I understand you'll be working the 10pm - 6am shift answering questions for our readers who are working late?
Andy
September 10, 2001 at 4:08 pm
I use the same method Mindy outlines. Have not tried it in Interdev - I'll ask Leon, I know he has explored how Interdev and SourceSafe interact some. Looking through...
September 10, 2001 at 4:07 pm
Brian,
There is no direct way in TSQL that I know of, you'd have to get the file name and either use xp_cmdshell or file system object to delete it. You...
September 10, 2001 at 3:54 pm
8060 is all you can fit in a row. After that you have to use text or one of the other BLOB types. If you're exceeding this, you should probably...
September 10, 2001 at 3:51 pm
Merge replication basically will take care of this for you, might want to explore how it uses identity cols to see if it will work for you. Having a key...
September 10, 2001 at 4:42 am
IMO, I dont think the file size matters at all. File groups really just give you a way to cross level your disk IO. In practice I think it makes...
September 10, 2001 at 4:37 am
Sorta. You have to use the software provided with the tape drive to get data on tape, it may be possible to use it from a batch file but normally...
September 9, 2001 at 10:27 am
I'd suggest trying dbcc checkdb first. If that doesn't help, it maybe that the mdf is corrupt. Try using another copy of it or restoring one from backup, then drop...
September 8, 2001 at 10:27 pm
Hey Jon,
Here is my first attempt:
alter proc usp_GetSubsetOfOrders @BatchSize int = 10, @BatchesToSkip as int = 0, @OrderBy as varchar(100)='orderdate' as
--9/8/01 Andy Warren
--Alternate method of returning a subset of...
September 8, 2001 at 8:24 am
Sure. You just need a batch file that copies all your *.bak files over to the machine that has the tape drive. You could configure it to run as a...
September 8, 2001 at 7:30 am
I am currently running SP1 with no issues. I doubt that applying it will fix this particular problem, but you should plan (and test) to apply it.
Andy
September 8, 2001 at 7:26 am
Could you post what you've come up with so far?
Andy
September 7, 2001 at 7:44 pm
Aliasing can be done several ways. Using the Server Network utility (or the client one as appropriate), entries in WINS or DNS. Probably you should use the first one.
I've run...
September 7, 2001 at 3:15 pm
Viewing 15 posts - 5,911 through 5,925 (of 6,216 total)