Viewing 15 posts - 241 through 255 (of 789 total)
This piece of code works for SQL2k under Win2k, XP and Win2003. However, it's slow for XP & WIN2003 because winmsd seems to ignore switches and return everything under...
October 27, 2003 at 10:38 pm
Ok, another shot in the dark.... any chance that there was once 15 columns in the table and that there's an object somewhere that references a now-missing column? Does...
October 27, 2003 at 3:32 pm
Possibly an FK referenced or referencing column involved? Is the column you're trying to increase actually column 15 of object 892582268?
Cheers,
- Mark
October 27, 2003 at 2:14 pm
Nothing else happening at the same time as the intregrity checks? Reorgs maybe?
Cheers,
- Mark
October 21, 2003 at 6:02 am
Thanks Johan. I'll give it a go on a SQL 7.0 box.
Cheers,
- Mark
October 16, 2003 at 5:41 am
...ok, there's 5 options to acheive this.
Cheers,
- Mark
October 16, 2003 at 5:34 am
There's 3 options to acheive this:
1. Only allow updates through a stored procedures that check the time of day before updating.
2. Put triggers on the tables to check the time...
October 15, 2003 at 3:58 pm
You're not alone Anthony. It's happenning (or rather, NOT happening) for me too. It occurs from time to time.
Actually, the reduced incoming mail can be a blessing at...
October 15, 2003 at 3:35 pm
SQLBill,
I can understand erroneous SPs being created ok due to Deferrred Name Resolution, but this is a syntax error that should prevent the SP being created.
October 15, 2003 at 3:30 pm
That sounds reasonable to me. I'm assuming file system backups also copy the db/log backups to offline media daily too?
I often keep 2 days worth of both db and...
October 13, 2003 at 3:15 pm
Larry,
I wouldn't recommend SQL Server and IIS on the same box (and MSDN also recommends against it). However, in your case it might be worth looking at a RAM...
October 12, 2003 at 5:15 pm
I'm afraid doing a mock-up example for you would be pretty much completing your assignment for you and putting you at a disadvantage because you wouldn't have learned anything.
Do what...
October 12, 2003 at 4:57 pm
What are the significant SQL errorlog messages issued when you try to start MSSQLSERVER?
Cheers,
- Mark
October 12, 2003 at 4:47 pm
Hi Frank. The job's keeping me out of trouble. A touch boring at the moment, but there's some signs of new activity... a chance to create some havoc
October 7, 2003 at 5:27 am
Viewing 15 posts - 241 through 255 (of 789 total)