Viewing 15 posts - 2,236 through 2,250 (of 2,469 total)
Wayne - I think Steve definitely had no idea that he was unleashing a Pandora's box!
All said and done - I think Mankind is doomed - there will continue to...
June 2, 2005 at 8:02 am
explicitly set your connection timeout property to the # of minutes you want the app to take before timing out...eg: 240 will give you 4 minutes!
hth
June 2, 2005 at 6:34 am
Here's something that should help:
DB-Library applications and applications using the SQL Server ODBC drivers from SQL Server version 6.5 or earlier support only a maximum of 255 bytes of character...
June 2, 2005 at 6:11 am
Here's a link to another post where something similar was discussed:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=24&messageid=185007#bm185291
June 1, 2005 at 6:08 am
Steve - once again some very thought-provoking "musings" from your desk...
When I sit down to think about "path", the thread that often takes hold is "career choice" - what I've...
May 31, 2005 at 12:59 pm
Ryan - Pl. look under the ACCESS forum - this same topic is being addressed there -
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=131&messageid=184996
May 30, 2005 at 6:13 am
James,
Can you not update the ATTENDANCE table at the same time as the USERS table is updated ?!
Alternately, I have many "audit tables" in my database where I just use...
May 29, 2005 at 11:21 am
Look into DTS packages - if both your source and destination databases are sql server it makes your job easier still - you could use queries for your validation before...
May 29, 2005 at 11:08 am
At the end of a successful commit you say AMEN!
May 28, 2005 at 10:17 pm
When you see a person's age being stored as an "int" datatype and you immediately want to EXECUTE developer...
May 28, 2005 at 10:56 am
You group your grocery list by aisles and discover that the store has had a major remodelling and changed things around...Grrrrr!
May 28, 2005 at 10:38 am
This is something I have never come across...how long is your insert statement ?!
Do you copy and paste as one long line ? Have you tried breaking up your t-sql...
May 28, 2005 at 10:12 am
You could add your UserID column as a foriegn key in your Attendance table!
What other fields do you have in your Attendance table ?! Is it possible at all to...
May 28, 2005 at 9:32 am
Viewing 15 posts - 2,236 through 2,250 (of 2,469 total)