Viewing 15 posts - 2,416 through 2,430 (of 3,011 total)
This gives you the information you want, along with a more detailed analysis.
Script to analyze table space usage
March 18, 2008 at 8:53 am
You might try it this way (I haven't tested this):
convert(nvarchar(max),convert(varbinary(max),MyBlobColumn))
March 14, 2008 at 7:44 pm
If the number of unique combinations of values is not large, you might start by creating an intermediate table with the rowcount for each unique combination of values across a...
March 12, 2008 at 11:00 pm
jeff.williams3188 (3/12/2008)
.... Note: if you want to strip seconds - you need to change the 0 date to a date closer to today (e.g. '20080101')...
These methods work over the entire...
March 12, 2008 at 10:26 pm
Getting back to the OP's question (assuming they had a reason for wanting the first and last day of the year), and if the year is passed as an integer...
March 12, 2008 at 10:04 pm
Setting up and monitoring tape backups is often pushed to low level techs who do not always understand the critical importance of backups for SQL Servers.
I recently reviewed the staus...
March 12, 2008 at 9:45 pm
I would ask the networking people that are asking you to use this product to explain exactly what benefit that it will provide instead of continuing to use the existing,...
March 12, 2008 at 9:36 pm
You can't change getdate(), so you need to come up with a different plan.
March 7, 2008 at 11:24 am
Probably the most important thing to do would be to ask exactly what they are trying to do, what information they need, and why they think adding this column will...
March 7, 2008 at 8:38 am
We are also looking for a financial auditing expert who can troubleshoot our financial records without making people uncomfortable about violating financial accounting standards and inconvenient laws and and who...
March 6, 2008 at 10:08 pm
“We want someone who knows how to do things right, but don’t want them to actually do things right or try to get anyone else to do things right. ...
March 6, 2008 at 12:28 pm
Situation normal, all F'd up.
Posted 2008-03-06 11:41 Eastern US time
March 6, 2008 at 9:42 am
For complex searches or reports with many optional parameters dynamic SQL is often the best solution. I would carefully evaluate the query plans that you get with dynamic SQL...
March 6, 2008 at 5:23 am
tosscrosby (3/4/2008)
...And why doesn't MS document these but allow us to find them (and use them)??
You should ask Microsoft that question.
March 4, 2008 at 12:12 pm
Viewing 15 posts - 2,416 through 2,430 (of 3,011 total)