Viewing 15 posts - 211 through 225 (of 412 total)
You can use sp_msforeachdb to execute the shrink database command against every database very easily if you are certain that is really what you want to do. There is...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
October 7, 2008 at 12:55 pm
Excellent article. Thank you.
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 22, 2008 at 2:46 pm
Excellent article. Thank you.
Also, remember you can get similar information in SQL Server 2005 for a specific query by looking at the xml plan and its missing index section....
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 18, 2008 at 9:54 am
Ninja's_RGR'us (9/17/2008)
I know that results to grid will screw up the formating, but since you say you are printing that is most likely not...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 17, 2008 at 2:25 pm
Steve Jones - Editor (9/11/2008)
The problem is that this guy might have been "successful" as a DBA at his last job. Perhaps another group ran backups using Tivoli or something...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 13, 2008 at 4:09 pm
majorbloodnock (9/11/2008)
timothyawiseman (9/6/2008)
What is the best way to format SQL in Latex?
Dunno. I do all my SQL formatting in nylon, with lace undies and diamante jewellery. I prefer dinner suit,...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 11, 2008 at 11:23 am
Leo (9/10/2008)
Tim,
what do you mean 'locked table and not write to it, you can consider adding 'with (nolock)' to the reading transaction...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 10, 2008 at 1:39 pm
The charindex function should do what you want and it can be placed inside of the substring function so its results get passed directly to the substring function.
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 10, 2008 at 8:56 am
I completely concur with Lynn, but to add to it, if the transaction being held up only needs to read from the locked table and not write to it, you...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 10, 2008 at 8:53 am
Gleb, listings is exactly what I wanted. Thank you.
Gail, I agree, a SQL consultant in latex is a scary thought, but SQL code in LaTeX (with listings) can look...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 9, 2008 at 10:32 pm
lage_bergstrom (9/9/2008)
The company I work for is still using SQL Server 2000. I tried the example and it seem like the NOEXPAND just gave...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 9, 2008 at 6:08 pm
Adrian, that is a great idea on the nomenclature. Thanks for pointing it out.
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 9, 2008 at 9:32 am
Jack, to add just a little to what Gail said, it is similar in many ways to HTML except designed specifically for math and science publications.
Gail, Thanks. I have...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 9, 2008 at 7:43 am
Jeff, I must be missing something. Why would you want to do the sort in the gui instead of letting the server do that?
I do understand why you...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 5, 2008 at 10:53 pm
I have to agree with Chad in saying that the only way to gauruntee that the results are returned in a specified order is to use an order by clause,...
---
Timothy A Wiseman
SQL Blog: http://timothyawiseman.wordpress.com/
September 5, 2008 at 3:24 pm
Viewing 15 posts - 211 through 225 (of 412 total)