Viewing 15 posts - 31 through 45 (of 117 total)
That is what I did initially. It throws an error saying that "ALTER / CREATE" cannot have the database name in the query.
March 4, 2010 at 3:17 pm
Thank you paul. It worked perfect. That is exactly what I need.
February 23, 2010 at 9:25 am
Hi,
sorry for the late reply. I will look at your solutions. When I said adjacent I mean continuous. so for example if I have dates like this for same employee
1/1/2010...
February 19, 2010 at 7:56 am
I already tried it but it didn't work.
January 13, 2010 at 9:30 am
Thank you. That is what I am planning to do. I am just checking to see if there is any other way to do this with out actually creating a...
January 8, 2010 at 6:28 am
Thank you. Please send it to dsridhar10@gmail.com. I appreciate your help.
January 7, 2010 at 9:24 am
Hi,
Will it be possible to share the query text of the stored procedure?
Thanks,
sridhar.
January 6, 2010 at 2:24 pm
OFAC stands for Office of Foreign Assets Control. Their database has a list of names, addresses, passport numbers etc to query against our databases. If we find a matching in...
January 6, 2010 at 9:07 am
Hi,
I am also working on the OFAC compliance queries. I am trying to use "CONTAINS" that is available in full text search. you can change the thesaurus file and in...
January 6, 2010 at 8:55 am
yes I am using the script task to check if the file exists. Initially the package is written using visual studio 2005 version. so it is generating bunch of warnings...
August 13, 2009 at 7:48 am
For now I think we will have 11 procedures if we do a separate procedure for each field. so I am not sure if it is the right way to...
March 26, 2008 at 8:53 am
Hi Jeff,
can you please explain how we could do this using a join?
I am thinking that the new table will have fields (oldvalue, newvalue, fieldname). but...
March 26, 2008 at 8:50 am
I got it working. I have used the migration tool to convert the dts package to sql server 2005 format. Once I did that it worked fine.
Thanks,
sridhar.
May 2, 2007 at 10:00 am
Executing the query "UPDATE STATISTICS [dbo].[##temptable]
" failed with the following error: "Table '##temptable' does not exist.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not...
April 30, 2007 at 3:34 pm
Viewing 15 posts - 31 through 45 (of 117 total)