Viewing 15 posts - 76 through 90 (of 257 total)
DB is on Simple recovery. I have over 91 million records. Deleting in small chunks will take long time. This is not the only time that I need to delete....
May 19, 2011 at 9:10 am
This is test database with limited diskspace. I do not want the logs to grow. Is that possible?
Thanks.
May 19, 2011 at 7:54 am
Someone had deleted the data from test DB1, so I was seeing no data in variable. But as soon as I populated data in the table, it shows up in...
May 18, 2011 at 9:50 am
That is correct that the optimizer will not use the index.
May 18, 2011 at 7:53 am
Koen,
I ended up fixing the issue as follows:
WHERE
CONVERT(VARCHAR,s.ModifiedDate) > ' + ? + '
That actually worked. Thanks for pointing me in the...
May 18, 2011 at 7:17 am
Forgot to mention that I also got the error: "The Declare cursor SQL construct or statement is not supported."
Thanks.
May 18, 2011 at 7:11 am
I added the declare statement and replaces the ? with @Date. When I parse the query, it gives me syntax error. If I just use ? instead of @Date, I...
May 18, 2011 at 7:09 am
DT_DBTimeStamp is not avialable for Parameter Mapping.
THanks.
May 16, 2011 at 2:41 pm
I am trying to fetch a subset of data from one database, insert that data into staging table. Then take the new records from staging and insert into the destination...
May 16, 2011 at 12:29 pm
Hello Andy,
Thanks for your response. There must be a way to use the variable inside a query instead of storing it in a table.
Thanks.
May 16, 2011 at 11:44 am
Thanks for the link. I looked further in the output window and I only saw generic message that I posted earlier. I will post this issue now on the integration...
May 12, 2011 at 2:10 pm
I have a situation where if a job takes longer than expected, then the scheduler should be able to detect that and the subsequent jobs should start only after the...
May 11, 2011 at 8:55 am
I am trying to store the number in a char field. Wayne has the correct answer. Thanks Wayne, that works.
May 2, 2011 at 11:58 am
Steve,
Thank you for your help. I will output the results to csv file and try and let you know the results.
Thanks.
April 25, 2011 at 9:24 am
Viewing 15 posts - 76 through 90 (of 257 total)