Viewing 15 posts - 181 through 195 (of 285 total)
You can also slug it out with BCP, unload from SS and BCP back into MySS.
This avoids any security concerns if you don't want to /can't add a linked server.
Also,...
December 5, 2002 at 8:13 pm
DTS is notoriously buggy. Make sure you have the latest service pack installed, store your packages locally and don't password protect them.
Those are our rules of thumb to avoid...
December 5, 2002 at 8:10 pm
Another possiblity is using "instead of" triggers to direct all updates/inserts/deletes to the new data base. Your existing app continues to work unchanged. The maintenance shifts to the...
December 5, 2002 at 8:08 pm
Do the jobs all need to run at once? Could you have them single thread and correct the problem? I have a series of jobs where the last...
December 5, 2002 at 8:04 pm
I would verify your data base. Resetting the "suspect" status bit did only that: turned off the error. Use DBCC to verify your data base is still fully...
December 5, 2002 at 8:02 pm
Ya --- TCP/IP = no problem. what was your resolution?
December 5, 2002 at 8:00 pm
In many ways, SQL Server is kinda stupid. Or is it that it just expects you to know what you're doing? Seems to me another index that duplicates...
December 5, 2002 at 7:59 pm
information_schema will show you the defined length but since you already know that, use steve's answer to find the actual value length stored therein.
December 5, 2002 at 7:53 pm
I use both and prefer XP over 2000. More features, more stability. I have Xp at work and 2K at home. Comparable machines.
I will upgrade to XP...
December 5, 2002 at 7:51 pm
quote:
Hi, Allhow can I put header & Trailer info after or before I pull the data? Is there any DTS function or...
December 5, 2002 at 3:04 pm
Just remove it!
Seriously: By default SQL Server only checks permissions at the Stored proc level. If you can execute the proc, SQL Server do the higher overhead of checking...
December 5, 2002 at 2:04 pm
There's not a function available without rolling your own anyway so take the word list above and create a simple table that accepts your words as input.
You also can use...
December 5, 2002 at 11:07 am
have you tried monster.com and hotjobs.com? I would also look for a recruiter in your area(?) to help with placement. If you have experience, you should be able...
December 5, 2002 at 11:04 am
Conventionally, we set up a SQL Server ID and use it for connection. The ID assigned has access only to the stored procs necessary for the application. It...
December 5, 2002 at 11:02 am
can you tell us if SS2K is the subscriber or the publisher? if SS2K is the subscriber, no problems at all. You can accept the updates and upward...
December 5, 2002 at 11:00 am
Viewing 15 posts - 181 through 195 (of 285 total)