Viewing 15 posts - 16 through 30 (of 36 total)
OK I perfectly understand this as I have had the same problem in the past. My solution was a new table that has the fields:
1. Company Code
2. String Identifier for...
July 11, 2007 at 10:08 am
Always black background when programming! I guess old habits (MVS and AS/400) die hard!
June 29, 2007 at 1:10 am
Well there is a very old and well tested technique for "logical" locking of records. Since you can't have a pending transaction locking everything while a user is let's say...
May 2, 2007 at 12:06 am
I have a simple application built with VB6 and ADO especially for backing SQL server express. If anyne is interested I can upload source + executable or mail the whole...
April 30, 2007 at 1:37 am
I have lived the story on more than one occasions. One approach could be to do things *without* sounding negative:
ie.
1. Why is the guy proposing the changes in the...
February 14, 2007 at 12:49 am
I have seen this only once on a network with static IPs. After all admins kai programmers gave up trying the network administrator rebuild (??? not sure of the terminology)...
January 7, 2007 at 10:01 am
I have done this a few times in the past using 3rd party tools. They all had some problem or another. Some did not convert the primary indexes, some did...
November 20, 2006 at 12:44 am
OK, the problem was solved by our net administrator. After he tried everything he knew he started experimenting.
He stopped then started agan manually the DNS service on the Server...
October 18, 2006 at 11:06 am
I program SQL Server 2005 for applications in Europe with visual basic 6 and ADO. Our date format is dd/mm/yyyy and number format is 123.123,99. Never had any problems. We...
September 8, 2006 at 12:57 am
I use exactly the same technique with VB 6 and SQL Server 2005 and it is funny but I have never seen this kind of error (although I have a...
August 25, 2006 at 11:38 am
what is really important to consider is if you REALLY need to shrink your database. It takes time, and it fragments tables and indexes.
also Auto-shrink is not recommended because of...
August 15, 2006 at 2:21 am
what are you using to develop the application? You might want to try using ADOX. It's supported by the SQL Server ADO provider.
August 5, 2006 at 1:27 pm
I found it !
A closer look in BOL revealed:
"A nonnullable timestamp column is semantically equivalent to a binary(8) column. A nullable timestamp column is semantically equivalent to a varbinary(8) column"
July 11, 2006 at 8:15 am
Timestamps as we know them from other DBs are equivalent to SQL datetime datatype. SQL Server timestamps are something else,
I quote from BOL:
"The SQL Server timestamp data type has nothing...
July 11, 2006 at 6:24 am
I was refering to a SQL server timestamp field - the one that has nothing to do with date or time! It has a binary value
July 11, 2006 at 1:16 am
Viewing 15 posts - 16 through 30 (of 36 total)