Viewing 15 posts - 6,571 through 6,585 (of 9,643 total)
You shouldn't need to do anything with the schema in 2005.
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...
December 17, 2008 at 8:36 am
Grant Fritchey (12/17/2008)
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...
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...
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.
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...
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. ...
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...
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...
December 17, 2008 at 7:28 am
Sergiy (12/16/2008)
update [my_table]
set [row_uid] = newid()
...
December 17, 2008 at 7:21 am
Grant Fritchey (12/16/2008)
MGS (12/16/2008)
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...
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...
December 16, 2008 at 8:37 am
Grant Fritchey (12/16/2008)
December 16, 2008 at 8:20 am
Viewing 15 posts - 6,571 through 6,585 (of 9,643 total)