Viewing 15 posts - 6,571 through 6,585 (of 9,644 total)
GilaMonster (12/17/2008)
Fraggle (12/17/2008)
Gail, are there any articles you would recommend on using server side traces?
Beyond Books Online, I'm not aware of any offhand. Google may be able to find tou...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:46 am
You shouldn't need to do anything with the schema in 2005.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:38 am
I'm not real familiar with OPENROWSET, but it appears that the OPENROWSET command in SQL Server 2005 is using varbinary(max) as the SQL Server datat type for SINGLE_BLOB in the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:36 am
Grant Fritchey (12/17/2008)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:29 am
I'd pick VB.NET. You have some classic VB experience and most syntax has stayed the same (If, While, etc...). I also like the greater verbosity of VB instead...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:27 am
I've never used any of the others, so I can't speak about their performance and usability, but IMO, the best feature of SSIS is that it is included with SQL...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:09 am
Your derived column should do something like this:
x==True ? x + y : Null(DT_I8)
You need to choose the correct data type in the Null, but that is the basic idea.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 8:04 am
MarkusB (12/17/2008)
The second option which I would prefer is using two columns one for location and one...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:55 am
There is setting in the replication properties for how long to keep a subscription active if there is no connectivity. I believe the default is like 72 hours. ...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:47 am
Unfortunately, based on my Google search, a lot of people are having this problem, but I have not seen a solution. There may be, but not likely, a fix...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:45 am
First I should say that I am not a replication expert, but based on the error message it appears there is a difference in the security setup on the 2...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:28 am
Sergiy (12/16/2008)
update [my_table]
set [row_uid] = newid()
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:21 am
Grant Fritchey (12/16/2008)
MGS (12/16/2008)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 7:15 am
Thanks for posting your fix. Many people don't do that.
I've had the same problem with the .NET provider to DB2 as well. IBM seems to break...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 17, 2008 at 6:58 am
I have to admit I have never tried what you are doing, but I am not sure it is possible either. I think you are just getting lucky with...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 16, 2008 at 8:37 am
Viewing 15 posts - 6,571 through 6,585 (of 9,644 total)