Viewing 15 posts - 46 through 60 (of 281 total)
Can you set up a test environment? At least the faulty developer won't cripple the production server 😉
May 14, 2010 at 6:07 am
See if this helps
May 13, 2010 at 4:02 am
Dobermann, Jeff, I appologize for being wrong this time. I did not realized in a timely manner the output that Dobermann needs.
Sorry, guys :blush:
May 12, 2010 at 3:50 am
Database models are useful even if you work in a small shop. And not only for auditing purposes 🙂
May 11, 2010 at 3:50 am
I think that a cursor, which accesses the data ordered by date, is useful in your case.
May 11, 2010 at 3:23 am
Change the databases owners first. See BOL ---> DROP LOGIN ---> Remarks
and
May 10, 2010 at 6:36 am
Paul White NZ (5/3/2010)
dmoldovan (5/3/2010)
Also checkSeems to be solving a different problem from that asked in this thread though...?
It's a general overview of aggregating over several columns. For...
May 3, 2010 at 4:57 am
You can build absolutely normal queries through dynamic SQL 🙂
May 3, 2010 at 4:39 am
Also check
http://www.sqlmag.com/blogs/PuzzledbyTSQL/tabid/1023/entryid/12611/Aggregate-Over-Columns.aspx
May 3, 2010 at 4:09 am
Jeff's advice is one of the best in this case.
I think that we are dealing here with an example of "Jack-of-all-trades" code (http://www.databasejournal.com/features/mssql/article.php/3830981/T-SQL-Best-Practices--Part-2.htm)
Besides the code review Jeff...
May 3, 2010 at 4:03 am
See if this helps
April 30, 2010 at 5:31 am
...and some quick thoughts - sorry if I'm missing anything...:
- if you insert into the table variable (@TempQuote) a big number of records (usually I use the 1000 records...
April 30, 2010 at 5:19 am
There are "missing index" mentioned in both extranetplan3004-2.sqlplan and extranetplan3004-3.sqlplan.
In SQL 2005 you can see the "missing index" tags in the XML plan.
Try to create those indexes and run the...
April 30, 2010 at 5:06 am
Viewing 15 posts - 46 through 60 (of 281 total)