Viewing 15 posts - 211 through 225 (of 1,186 total)
Have you tested the following?
EXEC proc 1
EXEC proc 2?
July 8, 2005 at 6:11 am
Please don't multipost the same question
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=198526
July 8, 2005 at 6:10 am
Have you tried cmdx.CommandType = adCmdStoredProc ?
July 8, 2005 at 6:09 am
Last company I worked at ENFORCED CASE-SENSITIVITY to INCREASE PROFIT!
They reasoned that the SAME userid coming from the SAME phone number for the SAME client even though spelled...
July 8, 2005 at 6:03 am
Without intentionally making this sound stupid... Have you checked BOL for any of this?
July 7, 2005 at 6:12 am
I received the "award" once. Probably deserved it a couple more times but other people made larger mistakes
July 6, 2005 at 7:17 pm
Remi,
The "Golden shoehorn" was started by our company to go with the "Golden tractor" that our Network Administrator had.
It literally is a shoehorn spray painted gold that you have...
July 6, 2005 at 4:01 pm
It could be that, or a timeout, or...., or...
July 6, 2005 at 3:36 pm
Nicolas,
Believe it or not that is all I have. A co-worker ran across this and we have implemented same proc with using the input params vs input > internal...
July 6, 2005 at 3:35 pm
I honestly think it would be easier to put that into a DTS package with VBScript and fire off jobs from there...
July 6, 2005 at 3:34 pm
My own personal WHOOPS (One of many)
I once wanted to DELETE from tblUSERS WHERE .... Unfortunately, I had the command on multiple lines and highlighted the DELETE FROM ...
Needless to...
July 6, 2005 at 9:58 am
You can move the LDF to a different location then the DB thinks which will force a new log to be created. It will complain that a new log will...
July 6, 2005 at 6:04 am
How many records are typically being DELETEd? IF Most THEN right the good records to a TEMP table TRUNCATE the REAL table and reload.
Transaction keeps track of everything and allows...
July 6, 2005 at 6:02 am
Mat,
There is no alert you can create for that (AFAIK). You will need to run a job every (n) minutes to see if file exists and IF TRUE THEN...
July 6, 2005 at 5:59 am
MSAccess will hold a couple of million rows per table.
The REAL question is HOW large is the database going to be. Access 97 DB size limit is 1GB, Access 2K...
July 6, 2005 at 5:58 am
Viewing 15 posts - 211 through 225 (of 1,186 total)