Viewing 15 posts - 42,886 through 42,900 (of 49,566 total)
Let's break this up so that it's easier to see. (note, my VB is exceedingly rusty, so check for obvious errors)
single quotes (') are SQL string delimitors. Double quotes (")...
November 27, 2008 at 7:40 am
kumar99ms (11/27/2008)
Where are the backups been written to? os error
Where are the backups been written to?
(Local drive, network drive, tape, DVD, flash drive, etc)
What's the error message? network error...
November 27, 2008 at 7:29 am
If all the strings in the table are going to be more or less the same length (within say 10 characters, depending on size) then char, otherwise varchar.
Things like ID...
November 27, 2008 at 6:43 am
Nazier.vdrheede (11/27/2008)
November 27, 2008 at 6:40 am
pri.amin (11/27/2008)
Sorry about the formatting.
Can you edit your post to fix it please?
Run the updates and the inserts in that proc one by one until you find the one throwing...
November 27, 2008 at 6:37 am
It's a 2 byte overhead for storing the length (although that's not exactly what is stored on the pages)
There's no memory impact for expanding varchars, but it can cause page...
November 27, 2008 at 6:27 am
Then there's something wrong somewhere in the function.
Please can you post the table's definition (the one that's failing) as a create table, and the function's definition along with a couple...
November 27, 2008 at 6:17 am
Which of your backups are failing?
Where are the backups been written to?
What's the error message?
How long have the backups been failing for?
November 27, 2008 at 6:14 am
HanShi (11/27/2008)
November 27, 2008 at 6:06 am
Moral of the story: Store dates in datetime columns, not as varchar.
Any possibility of fixing the tables?
November 27, 2008 at 6:03 am
Sorin Petcu (11/27/2008)
Can anyone says something without referencing wikipedia? 😉
On this site, yes, frequently.
We reference Books Online and MSDN instead. 😀
November 27, 2008 at 6:02 am
If you have no primary keys (aside, why not?) then you cannot do transactional replication. You can use snapshot, which will copy the entire database over at scheduled intervals, but...
November 27, 2008 at 6:01 am
Happy normal working day to all the people in the rest of the world.
November 27, 2008 at 6:00 am
Any errors in the SQL error log?
Is this the first time that you've seen an IO error?
When you have a couple hours where the server won't be heavily used, please...
November 27, 2008 at 5:32 am
Not much point in contacting CSS. SQL 2000 is no longer supported. (unless your company has an extended support contract with MS that is)
November 27, 2008 at 4:53 am
Viewing 15 posts - 42,886 through 42,900 (of 49,566 total)