Viewing 15 posts - 31 through 45 (of 59 total)
Hi Peter,
I'm sorry I didn't get back to you about this sooner. I got the stored procedure working with my temp tables and thought I would come back to it...
August 3, 2007 at 12:49 pm
In order to get the results I needed, I ended up using a temp table for this. First I used a subquery to get the max strength and inserted those...
July 3, 2007 at 1:37 pm
To transfer jobs and logins, you could also use SSIS. There are tasks to transfer jobs, logins, database, and SQL Server Objects.
When we migrated from SQL Server 2000 to...
June 22, 2007 at 8:21 am
Sorry, I rewrote the query so as not to use the real column names. So there is not a space in the name.
I tried changing some of the settings...
June 5, 2007 at 7:49 am
I'm actually doing an exec(@sqlstatement) to do the Insert Into/select * from Openquery, but it's also happening when I do a very simple select query. The two MySQL text fields...
June 4, 2007 at 12:08 pm
I figured out how to do this using variables. I used the sp_executesql and was able to return the new identity so that I can use it throughout my stored...
May 9, 2007 at 5:41 pm
Were you ever able to get the four-part name to work in order to query the MySQL linked server? I'm trying to do the same thing and I getting the...
May 9, 2007 at 9:50 am
These instructions for creating a linked MySQL server were great!
I have a couple more questions concerning querying the MySQL tables. I am wondering if I have to use the...
May 8, 2007 at 6:21 pm
I have read that Active/Active and Active/Passive is not the correct terminology anymore and people are now using the terms single instance or multiple instance clusters. I wasn't sure how...
March 29, 2007 at 12:23 pm
"Whoever told me" is actually me reading different articles online about SQL Server XML data types, so it's actually me confusing the concepts. ...
February 23, 2007 at 8:39 am
Thanks Mike! That really helps clear things up for me. I'll do some research on indexing that column.
P.S. Go Big Red! Are you from Nebraska?
February 22, 2007 at 10:50 am
Thanks for your reply. I did get that to work as well, but we are trying to dynamically create the XMLValues.exist clause and pass it in to the stored procedure...
January 2, 2007 at 10:28 am
I figured it out. The error I was getting for the expression in the Derived task was because I wasn't creating a package variable. I was trying to do this:
LEN(Notes)...
May 23, 2006 at 2:00 pm
I rebooted my machine, created a new package and no longer receive the Ole DB accessor error. I also went back and executed the previous packages that were giving me...
May 23, 2006 at 10:49 am
Viewing 15 posts - 31 through 45 (of 59 total)