Viewing 15 posts - 1,966 through 1,980 (of 2,647 total)
I would create a linked server to Access: http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/589ca193-3541-4c5e-965c-4c515d6b476b
Then compare tables through SQL Server.
January 16, 2012 at 9:03 am
HINT: Look at the data types for the columns you are doing the difference of. Are you sure that the difference can be negative based on those data types?...
January 16, 2012 at 8:53 am
mic.con87 (1/16/2012)
January 16, 2012 at 8:32 am
I think you need to fix your sample data as this values are certainly not integers, which means any solution we give is going to be incorrect. What is the...
January 16, 2012 at 8:23 am
You could cast the column into another data type if you needed to preserve it, but I would question the use. If there is no need for the column...
January 12, 2012 at 12:43 pm
GilaMonster (1/12/2012)
SQLKnowItAll (1/12/2012)
January 12, 2012 at 11:36 am
svakka (1/12/2012)
I'm trying to export data using Import/Export Wizard. I'm getting error when importing into timestamp column. What is the work around?
Just read this again... Are you exporting or importing...
January 12, 2012 at 11:24 am
svakka (1/12/2012)
Thank you all .My source column has timestamp data type, should I create rowversion, date time data type to hold the same value as in source
I don't think You...
January 12, 2012 at 11:19 am
In this OPs case, since we know nothing from them yet really, I would venture to say that the errors occurred because the service was already started. OP cannot...
January 12, 2012 at 10:26 am
Brandie Tarvin (1/12/2012)
SQLKnowItAll (1/12/2012)
January 12, 2012 at 9:44 am
Brandie Tarvin (1/12/2012)
SQLKnowItAll (1/12/2012)
Brandie Tarvin (1/12/2012)
SQLKnowItAll (1/12/2012)
January 12, 2012 at 9:35 am
Brandie Tarvin (1/12/2012)
SQLKnowItAll (1/12/2012)
January 12, 2012 at 7:58 am
Brandie Tarvin (1/12/2012)
Suresh B. (1/12/2012)
Knowledge Hunter (1/12/2012)
We have a SQL Server 2008 R2 hosted on a server having OS Windows Server 2008 R2.
I am added to Windows, Admin group...
January 12, 2012 at 6:38 am
DeanORenO (1/11/2012)
January 11, 2012 at 3:44 pm
DeanORenO (1/11/2012)
The job failure triggers an email sent to an operator which is done
I don't see the reason for this. You want your job to complete, but send an email....
January 11, 2012 at 1:59 pm
Viewing 15 posts - 1,966 through 1,980 (of 2,647 total)