Viewing 15 posts - 271 through 285 (of 372 total)
I too have found that the MERGE construct works very nicely. Sure beats having an INSERT / UPDATE which was done historically....
Kurt
August 18, 2011 at 1:20 pm
Well today I'm a happy man... I found the issue that I have been having issues with. It turns out to be a GRANT issue in the MSDB database....
August 15, 2011 at 10:33 am
Why are you using a constraint construct here instead of a trigger?
Kurt
August 15, 2011 at 10:09 am
pavlenych (8/15/2011)
But i can't use this Wizard, because it can't use View, only whole DB.
I'd check permissions on your views, cuz the import/export wizard should allow you to move data...
August 15, 2011 at 7:11 am
jpSQLDude (8/12/2011)
Everything works fine except the part about trying to stuff EXEC sp_databases into a...
August 12, 2011 at 3:09 pm
kumar1 (8/12/2011)
@Kurt W. Zimmerman: You are obsoltely right.I have done similarly before but used waitfor delay option.
Thank...
August 12, 2011 at 3:06 pm
Some time ago I wrote a process that was spawn asynchronous Agent jobs to process a range of data. I don't remember the exact details of the work to...
August 12, 2011 at 1:53 pm
zach.hassler (8/12/2011)
I think I figured it out.WHERE (@Parameter IS NULL OR (@Parameter IS NOT NULL AND someflag = 1))
Often times, when dealing with null values in a column of data...
August 12, 2011 at 1:44 pm
Sean Lange (8/12/2011)
Honestly cursors are one...
August 12, 2011 at 1:38 pm
Brandie Tarvin (8/12/2011)
Kurt W. Zimmerman (8/12/2011)
Any script I run through DTA comes back with the same results.... IE no recommendations and yet Estimated Improvement: 99%.
And being totally snarky (forgive the...
August 12, 2011 at 12:45 pm
Brandie Tarvin (8/12/2011)
Any OS service packs? Any SQL Server hot fixes / SPs? Any major issues with...
August 12, 2011 at 12:43 pm
Brandie;
Sorry for the confusion.... What I should have said DTA is no longer providing me any results. Any script I run through DTA comes back with the...
August 12, 2011 at 11:36 am
I think the simple answer to this question is it all depends on the employer. I live in a metropolitan area and everyone in the "hood" has broadband. ...
July 29, 2011 at 12:43 pm
I use a tool from Redgate called SQL Compare that allows me to compare database structures. If you need to get down to the data level there is SQL...
July 29, 2011 at 12:36 pm
Well folks... I managed to spend some time on this and I got the answer.... along with a job that runs to check the status
I found this:
select objectproperty(object_id('table name'),'TableFullTextBackgroundUpdateIndexOn')
This...
July 28, 2011 at 11:00 am
Viewing 15 posts - 271 through 285 (of 372 total)