Viewing 15 posts - 1 through 15 (of 15 total)
Ninja's_RGR'us (10/19/2011)
The error says that the INSERT fails.
So maybe you can reset the quoted identifier setting and see if that fixes it.
Google doesn't give much usefull info...
October 19, 2011 at 10:03 am
Ninja's_RGR'us (10/19/2011)
Unfortunately aside from upgrading or running this live I have nothing to offer.
Plan C might be to run a...
October 19, 2011 at 8:44 am
This did run as a scheduled Job with the SQL just pasted into the Step, and here's the log from the job history:
DBCC execution completed. If DBCC printed error messages,...
October 19, 2011 at 8:31 am
bkubicek (10/17/2011)
I would say if you aren't seen serious benefit from schemabinding it can be a real pain to manage.
I'm starting to see this to be true, so I'll probably...
October 17, 2011 at 12:06 pm
Thanks... unfortunately the application we're developing uses Views when selecting data from the database instead of Procedures so I can't add auditing at that level. I just setup a...
October 10, 2011 at 9:51 am
You can loop through the directory using SSIS, which isn't too crazy to do, but if you're still learning SSIS and just need a quick and dirty solution you can...
August 31, 2011 at 3:26 pm
We have a few servers wearing multiple hats with SQL being one of them, and we've had instances where MS SQL does chew-up most of the available memory. As...
August 30, 2011 at 12:36 pm
ericwenger1 (8/30/2011)
August 30, 2011 at 12:19 pm
Nice, thanks for the suggestions. I modified my original query to take into account pretty much everything I could think of that might proceed a table name, and it...
June 8, 2011 at 11:04 am
katen (4/28/2010)
Hey Sam,Did you ever get your fix sorted? Can you post the solution if you found one?
Hi Katen,
Actually we never did find a solution, though we think the problem...
April 28, 2010 at 7:25 am
vkkrishn (4/6/2010)
We have our application running on sql server 2005. Recently we started slowing down of the database and timeouts. Once we clear the SQL cache, it turns normal again....
April 9, 2010 at 10:23 am
Actually I found the fix... I had to enable DelayedValiation at the package level instead of on the Excel Connection. That seemed to work.
Thanks --
Sam
March 17, 2010 at 11:20 am
GilaMonster (3/16/2010)
Can you run a checkDB of model please?
Hi,
I just ran CheckDB on the Model database which returned zero errors. Yesterday I emailed the network team maintain this server...
March 16, 2010 at 6:07 am
That's it 🙂 I checked Google and even Microsoft's site, but never could find it.
Thanks --
Sam
March 12, 2010 at 2:44 pm
I'm actually researching this right now because one of our core apps is running on SQL 2000 and we're planning on moving it to SQL 2008 in the upcoming months....
March 12, 2010 at 1:52 pm
Viewing 15 posts - 1 through 15 (of 15 total)