Viewing 15 posts - 421 through 435 (of 526 total)
Are you sure you have enough disk space? You could have large amount of uncommitted transactions.
Or the other possibility -- are you sure the servers versions are the same? ...
January 7, 2005 at 8:17 am
Finally found the real solution....by trying to correct another problem.
It is in the ODBC Administrator (ODBCAD32). Within the "Microsoft Text Driver (*.txt; *.csv)" call setup you have a Options button...
December 10, 2004 at 3:28 pm
I found a solution to the problem.
The DTS was picking up the first several hundred rows as a sample. DTS then assumed they were all an Int data type. What...
December 3, 2004 at 11:02 am
One other to mention: Sometimes standards need to be relaxed.
Our standard dress code is business casual (dockers and polo shirts/dress shirts). We are all backoffice (no customers) Our hours are...
October 12, 2004 at 3:36 pm
Here's a thought.
Do a backup of the DB as it currently is. Then do a restore as "New_DB" on the same server. Take a look at the tables and see...
October 7, 2004 at 12:55 pm
Dumb question....but if you go in the EM and look at the Properties sheet -> Options tab, what does it say for the "Compatibility Level"?
October 7, 2004 at 11:09 am
What about spaces in the database name itself. I had a consultant come in (for another part of the IT dept), and pop a DB onto my server the was...
October 1, 2004 at 11:12 am
Then work through norecovery and restart.
Eventually one of them will work. Can you control the running of th scripts?
August 24, 2004 at 3:35 pm
One thing to note is that SQL2K Standard edition only addresses 2GB of memory.
With 43 databases, you are probably hitting the 2GB limit. But it is hard to troubleshoot.
Good Luck!...
August 24, 2004 at 3:17 pm
Probably, buried somewhere in the load, is a SQL Script. It may not be ovious but see if you can find it. Then edit that puppy so that the restor...
August 24, 2004 at 3:08 pm
set @d_name = dbname
I think dbname will work in a transaction, but won't as a simple select.
August 24, 2004 at 12:56 pm
Glad you all survived.
I'm in SW Ohio and the results sound sort of like the combo of a blizzard and ice-storm.
My personal rule of thumb is that you need to...
August 24, 2004 at 8:43 am
My apologies, I didn't qualify the #2 option.
In SQL 7 they used "trunc. log on chkpt" and something like "unlogged bulk copy" check boxes to set up how you were...
August 24, 2004 at 6:52 am
Actually, I came up with the idea in response to your question. I haven't tried it in production, but I can't really foresee...
August 24, 2004 at 6:40 am
select * from sysservers
You can always add linked servers like this where they exist as linked servers in your development environment.
sp_addlinkedserver @server = 'PrimarySvr' , @srvproduct = '', @provider = 'SQLOLEDB'...
August 23, 2004 at 2:58 pm
Viewing 15 posts - 421 through 435 (of 526 total)