Viewing 15 posts - 646 through 660 (of 1,034 total)
I didn't even know STR() existed... when I need to make strings out of numbers I always use cast and convert.
Thanks a lot Jeff... as I said before, I just...
December 15, 2010 at 3:28 pm
I'm the only DBA type person for my company.
That means I support 3 internal SQL Servers with a total of 60 databases running on them that keep the company running,...
December 14, 2010 at 10:04 am
As always when I read an article by Jeff two things happen.
1. I find a very useful tip that I'm sure I'll need within 1 month of reading the article
2....
December 7, 2010 at 9:25 am
Triggers can do this... could even call sp_send_dbmail to alert you to the change if you wanted it to.
December 3, 2010 at 12:41 pm
Yup I'm one of the 2% who got it wrong.
Because I define SSMS as a GUI. It has menus and icons. Granted I open a big text window...
December 3, 2010 at 9:07 am
Iulian -207023 (11/18/2010)
Do you have at hand some best practices for using...
November 18, 2010 at 7:35 am
SanDroid (11/17/2010)
The question asked which row had the "largest defined row size", not "the largest storage size".
Compression can allow more rows to be stored on a...
November 17, 2010 at 8:58 am
mister.magoo (11/16/2010)
To those who think it had unnecessary "tricks" in it, I did try several variants of this question and they all...
November 16, 2010 at 10:58 am
Full Text Search only does wildcard searches where the beginning of the word is specified.
i.e.
If you do a wildcard search for RED you will get hits on
RED
REDmond
REDding
RED-orange
You won't get hits...
November 16, 2010 at 10:32 am
Ed Srdoc (11/11/2010)
Correct. Since the two don't relate to each other, the order is insignificant.I'm just thinking about how a user report would look.
I'd expect a user report would be...
November 15, 2010 at 11:23 am
OCTom (11/5/2010)
Hugo Kornelis (11/5/2010)
OCTom (11/5/2010)
Why would the two platforms differ by one day?
Probably because of February 29, 1900.
There is no such date. The full rule for leap years is not...
November 5, 2010 at 2:57 pm
Bob Cullen-434885 (11/5/2010)
November 5, 2010 at 8:10 am
naveendas (10/22/2010)
October 22, 2010 at 1:53 pm
stevefromOZ (10/22/2010)
October 22, 2010 at 1:41 pm
naveendas (10/22/2010)
What happens when you try what I had suggested?
I set the key to be a composite of the
ai_agn_seq (PK) and the user_count.
I set the order by user_count.
Excel still...
October 22, 2010 at 1:35 pm
Viewing 15 posts - 646 through 660 (of 1,034 total)