Viewing 15 posts - 4,771 through 4,785 (of 6,216 total)
Arent there even some that will pay you some small amount for the computer time you provide? I'll be looking into this a little more for a follow up, both...
March 10, 2002 at 6:20 pm
I took the path of making a full backup of SQL and the server, then running the upgrade wizard (no problems encountered). Once the upgrade was complete, I moved the...
March 10, 2002 at 6:12 pm
To query across more than one database the best way is to add a linked server. Takes 10-15 mins the first time. Try BOL and see if you can get...
March 9, 2002 at 6:54 am
No problem at all, here it is:
http://www.sqlservercentral.com/columnists/awarren/reattachingdatabases-somecodeandacontest!.asp
Not sure why you're not seeing search, try this link:
http://www.sqlservercentral.com/Search/fulltextsearch.asp
Andy
March 8, 2002 at 7:13 pm
One additional note, it's not necessary to copy the mdf/ldf files, just rename the folder. Once you've run rebuildm and are running, you can move all the files back into...
March 8, 2002 at 4:46 pm
Are you sure the ISO codes won't change, or at least very unlikely? Overall I agree with Steve, no reason not to use a good candidate for the pkey. Size...
March 8, 2002 at 11:13 am
Steve - Im not convinced Robert is right btw, just that TS is handy for such things! His explanation makes sense, but I'd like to see some empirical evidence, Netmon...
March 8, 2002 at 11:11 am
I have them on my machine at home. Something to do with the diagramming tool?
Andy
March 8, 2002 at 11:08 am
No built in way that I know of, usually you BCP the data out and then have a script that loads it back in. Red-Gate sells a tool that will...
March 8, 2002 at 11:05 am
Have you tried replacing the value with a 0 to see if the proc works then? Any chance someone has modified a column width on either publisher or subscriber?
Andy
March 8, 2002 at 11:02 am
If you have Terminal Services installed you can do it without a trip to the server room.
Andy
March 8, 2002 at 5:18 am
Just from 7 to 2k, or bi-directional? I don't see why it wouldnt work that way as well. Only gap I can think of is that pull might work a...
March 7, 2002 at 8:21 pm
I didnt think functions worked in constraints either, though I haven't spent much time trying to get it work yet!
Andy
March 7, 2002 at 8:18 pm
You can override the behavior by doing this:
Syntax
SET CONCAT_NULL_YIELDS_NULL { ON | OFF }
This gives you a much more granular way of applying the setting - I will often...
March 7, 2002 at 8:16 pm
Pretty cool. So are they true templates using form fields, or some custom data marker? Planning to complete each from within Word/the document?
Andy
March 7, 2002 at 8:12 pm
Viewing 15 posts - 4,771 through 4,785 (of 6,216 total)