Viewing 15 posts - 1,696 through 1,710 (of 1,988 total)
g.britton (6/1/2015)
pietlinden (6/1/2015)
Here are some places where you might consider a cursor...
Here are places where...
June 1, 2015 at 12:00 pm
Just wondering where are the OS and SQL Server installed?
June 1, 2015 at 9:43 am
Cursors are a tool, if used properly they can be very effective but like most tools if use improperly they can be very terrible.
June 1, 2015 at 8:48 am
Also, what happens if you simply SELECT .. INTO <table> ?
That could be interesting, try inserting into a temp table, verify the row count, then try inserting from the temp...
May 28, 2015 at 8:32 am
Just out of cursiousity have you looked at some of the rows that aren't being inserted that you feel should be to some of the rows that are and compared...
May 28, 2015 at 8:11 am
DB mail has limited formatting options, if you want a pretty report you would be better off using something else.
May 18, 2015 at 10:19 am
You should be able to do it with dbmail, it has options to include the results of a query in either the body or as an attachment. Just set...
May 14, 2015 at 2:09 pm
Don't feel stupid for not knowing bit wise operators, they're an elegant weapon from a more civilized age.
Actually they're mostly just an archaic tool from when programmers were fighting over...
May 14, 2015 at 9:21 am
Ask him why he's ever want to try to parse a 200+ column X however many rows array to get the data he wants instead of just parsing a 5...
May 13, 2015 at 10:23 am
Just out of curiousity but if you're out of back up space isn't that problem a little bit more important to resolve quickly than worrying about whether checkdb or index...
May 12, 2015 at 12:11 pm
I suppose this would depend on the nature of the SP's you need to run on the 2000 server, are these once a day batch jobs that are run, are...
May 11, 2015 at 10:17 am
Those are good starting points, but if you're willing to work saturdays can you get someone to call you when an application is actually experiencing a problem?
May 6, 2015 at 12:08 pm
Heh, I'd be willing to bet C# becomes obsolete long before relational databases 🙂
May 5, 2015 at 12:54 pm
Well based on your criteria that you never want your queries going to disk you would need enough memory to hold your entire DB....
A good starting point might...
May 1, 2015 at 3:24 pm
xddevv (5/1/2015)
My last question, when I ask for permissions to the specific folder, do persmissions also have to apply to the...
May 1, 2015 at 11:30 am
Viewing 15 posts - 1,696 through 1,710 (of 1,988 total)