Viewing 15 posts - 19,156 through 19,170 (of 26,484 total)
harry.sh16 (8/16/2009)
My destination data type is numeric(1,0). Do i need a transformation at...
August 16, 2009 at 9:33 pm
Full and Differential backups will not break the log chain on the source database, so you will be able to continue running your full and differential backups after configuring log...
August 16, 2009 at 4:22 pm
If you log your messages to a table variable first, you can then write those messages to a permanent table outside of teh transaction (either after the commit or rollback)....
August 15, 2009 at 9:14 pm
Your best resource may be the one you may be replacing in January. Work with this individual as much as possible while you can. Learn the systems you...
August 15, 2009 at 9:01 pm
Jeff Moden (8/15/2009)
Lynn Pettis (8/15/2009)
GilaMonster (8/15/2009)
Lynn Pettis (8/15/2009)
You'd think someone with the alphabet soup following his name would know better.
Yes, you would.... Especially the one that reads 'MCT'
I've corrected him...
August 15, 2009 at 8:50 pm
GilaMonster (8/15/2009)
Lynn Pettis (8/15/2009)
You'd think someone with the alphabet soup following his name would know better.
Yes, you would.... Especially the one that reads 'MCT'
I've corrected him elsewhere also today. I'm...
August 15, 2009 at 12:19 pm
Having read that you are using SQL Server 2000, not SQL Server 2005 you really should also pay a little closer attention to where you post your request for help....
August 15, 2009 at 12:12 pm
GilaMonster (8/15/2009)
Why don't people read questions before answering?Question: How do I recover data that was lost? I have no backups.
Answer: Restore your full backup to another system... etc...
I think I...
August 15, 2009 at 12:03 pm
It would also help if you could provide the DDL for the tables involved, sample data that shows the problem you are trying to solve, expected results to be achieved.
Please...
August 15, 2009 at 11:58 am
harry.sh16 (8/14/2009)
Both source and destination's are SQL Server.
Tried various type...
August 14, 2009 at 10:31 pm
Started off making this harder than it was. here is the code I came up (also note how I set everything up, as this is how you should post...
August 14, 2009 at 10:20 pm
Duplicate post. Please don't post in multiple forums. You just fragment responses to your request for help that may result in duplicate work by others.
Please post replies here.
August 14, 2009 at 4:30 pm
What kind of error messages are you getting? It would help if you would provide the entire error message(s).
August 14, 2009 at 3:40 pm
This isn't the article I was thinking about, but it would definately be one worth reading for your project as well:
http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx.
August 14, 2009 at 3:25 pm
Going to say it again, you are going to need a rolling window partitioning for what you are trying to accomplish. Based on what I am seeing you want...
August 14, 2009 at 3:22 pm
Viewing 15 posts - 19,156 through 19,170 (of 26,484 total)