Viewing 15 posts - 37,666 through 37,680 (of 59,072 total)
RakeshRSingh (7/13/2010)
I have created Single Clustered Index on a table and Inserted incremental values in the table. I do have...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 1:10 am
gserdijn (7/14/2010)
Dutch Anti-RBAR League
I've just gotta love a signature line like that. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 1:06 am
john-902052 (7/13/2010)
I would love to understand your code.
The code makes use of an on-the-fly "Tally" Table and it's a powerful tool/skill to have under your belt. Take a look...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 12:33 am
Heh.... I've really got to learn to read the other posts before posting. :blush:
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 12:28 am
I can't wait for the folks from one the companies that I worked at, that continue struggling with Month End performance, to try such a thing so that we can...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 12:22 am
jon pill (7/13/2010)
What is wrong with the post, it is orderly?
Nothing is wrong if you don't mind either verbal-only answers, swags, or incorrect code. People like to test their...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 12:08 am
Grant Fritchey (7/12/2010)
Microsoft frequently will give you limited time access to a server online for training purposes. Go here and check it out.
Just make sure you follow the licensing rules...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 14, 2010 at 12:01 am
LutzM (7/12/2010)
SELECT
t1.id,
t1.fromdt,
t1.todt
FROM [test2] t1
WHERE EXISTS
( SELECT 1
FROM [test2] t2
WHERE t1.id ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:57 pm
raj.lath-932078 (7/13/2010)
1.Med Fields are MedicineCode primary varchar(10)
MedicineName ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:46 pm
I probably wouldn't give a vendor such access. I'd ask them to tell me what they wanted and how to get it. Then, I'd email the results.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:41 pm
river1 (7/12/2010)
I execute a command (xp_cmdshell) , but i always receive this error:
Login failed for user 'teste'.
But the user is sysadmin and the password is correct.... and the functionality...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:36 pm
christopher.hawkes (7/13/2010)
I have a CSV file that I'm trying to import but every record (not field) is enclosed in...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:30 pm
steveb. (7/13/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:25 pm
sampathsoft (7/13/2010)
1
1.1
1.1.3
1.2 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:24 pm
I have to take pretty good exception to what has been stated so far. Cross Database Functions are NOT slow. Cross Server Functions are can be.
On my current...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 13, 2010 at 11:11 pm
Viewing 15 posts - 37,666 through 37,680 (of 59,072 total)