Viewing 15 posts - 1 through 15 (of 22 total)
...or the same functionality INTERBASE introduced a decade ago?
Sorry for being slightly off topic, but however much I like SQL Server, Reporting Services & Integrations services, I think it's really...
March 6, 2009 at 2:38 am
Well, now I've tried my quick and dirty syntax at home, on a SQL Server 2000.
As it turns out, my suggestion unfortunately only works on 2005, not 2000. http://www.norbtechnologies.com/support/articles/article01.asp
I found another...
November 15, 2006 at 4:14 pm
Two single quotes on each side of both dbname and question mark worked fine here. It was a veeery quick and dirty solution, I haven't tested any other syntax variations.
Is...
November 15, 2006 at 8:03 am
If you don't care about the finer details with regard to fill factors and stuff, why not try something like this:
USE MyDBNameHere
exec sp_MSforeachtable
November 15, 2006 at 6:56 am
OK, my bad.
I have always used the syntax colname AS newcolname, believing it was required, but as it turns out, it is optional.
September 13, 2006 at 4:29 am
Eh - blush... How could I ignore that? They deliberately made it useless and replaced it with other, unsupported command(s).
Bastards.
Anyway, hope it can be of use to desperate SQL...
September 12, 2006 at 1:42 am
A system admin in a company I know of did exactly the same, "to reclaim disk space". His backup routine didn't include transaction log backups. To make matters worse, a...
September 10, 2006 at 7:43 am
Heh, looks very familiar. I once had to convert data from an application which stored dates as the number of seconds since January 1, 1970.
Leif
September 6, 2006 at 12:58 am
Hilarious/Scary! But what a boost for my self confidence!
As a Norwegian, I was thrown a bit off by the references to lotion, Kleenex and Spotlight, though. 🙂
August 18, 2006 at 7:56 am
Heh, so I'm not the only one with the same problem!
For two days now, I have been trying everything - defragmenting, rebuilding indexes, recompiling SPs - but performance has not...
January 27, 2006 at 4:52 am
<We do daily backups of the databse to disk, but not sure if this affects the transaction log.>
But does your maintenance routine include a transaction log backup? Backing up the...
November 22, 2005 at 3:15 am
<Then, I ran the program and I got a new error "Run-time error '424' Object required". I do not know where to put that statement in my program to meet the "timing" you...
October 21, 2005 at 5:33 am
Can you post your error message?
Which version of SQL Server/OS are we talking about?
A couple of links:
http://www.nsa.gov/snac/db/mssql_2k.pdf (Page 15)
I don't know if all of these are REQUIRED, though...
From this...
September 5, 2005 at 6:11 am
You mention an Access database? The example is written to access a SQL Server database.
Which changes have you made to the strconn variable?
Leif
April 6, 2005 at 7:58 am
Privet! (?)
If your production server has sufficient space, why not make sure that SQL Server creates a large tempdatabase when the service starts, making the various autogrowth less relevant?
At...
January 26, 2005 at 10:03 am
Viewing 15 posts - 1 through 15 (of 22 total)