Viewing 15 posts - 46 through 60 (of 107 total)
I think it depends on how they used the CRC. Is it on a table, a table row, or ???? If anybody knows the answer please post.
First determine if...
July 17, 2008 at 8:31 am
CRC errors are data corruption errors. Look it up on wikipedia.
There must have been a CRC checksum and you have been warned that your data is bad. Try to...
July 15, 2008 at 7:44 am
The only valid objection to ODBC that I can think of is the maintenance of the DSN on the client machines, and maintenance of ODBC drivers on machines. This can...
June 25, 2008 at 11:40 am
Jan, in Access 2003, it looks like ODBC was the only viable choice. I'm puzzed though as to why you cant link to the new SQL 2005 server. Since you...
June 24, 2008 at 7:20 am
I installed Service Pack 2 yesterday, so you probably need to upgrade.
Hope this helps
May 28, 2008 at 10:13 am
Thanks. You saved me lots of time, so I'll leave you with this....
Every man dies......But few REALLY live!
Have a great day....
May 28, 2008 at 9:39 am
Sorry about that, good luck with your problem. I tried to do the same in SQL 2000, but you can't add a server login inless you're SA. DBO's could make...
April 30, 2008 at 3:11 pm
please excuse me for interrupting, but I'd like to do something related, but with a different twist.
Rather than creating a SQL login for each database user, do you have an...
April 30, 2008 at 8:27 am
Simon, it should not be that difficult (only tedious) to go from VB6 /ADO/SQL. There's seems to be no reason to use access in the middle.
Most of...
April 28, 2008 at 9:04 am
Check out the tools at redgate or make your own. There are SQL DMO objects you can use in .NET. you can probably create a simple tool to loop through...
April 22, 2008 at 8:16 am
William, I'd agree that its negotiable and I don't like surprises in the final invoice like Steve said. If you're dealing with someone that knows the software business it should...
April 15, 2008 at 7:39 am
Thanks to the person that posted the SQL to show changed objects based on the modifiy date. Here's a different version that calculates the days since last change as "DaysOld"...
March 27, 2008 at 9:55 am
This is what I'd do:
1) compare Development to production and create an "update" script with the new procs, tables, etc. (redgate tool works great)
2) Ask programmers what reference tables they...
March 25, 2008 at 8:33 am
The simplest thing to do is to start profiler and find out what's going on at the SQL server. And search this site, there are similar posts that...
March 21, 2008 at 7:10 am
You also have the option of adding a single sql agent job and separate job steps for each database.
you can also try this in a single job step:
use xxxxxx
go
exec...
March 13, 2008 at 7:57 am
Viewing 15 posts - 46 through 60 (of 107 total)