Viewing 15 posts - 21,571 through 21,585 (of 59,072 total)
mark.worthen (2/9/2015)
SET @cur_parent = (SELECTdupeof_key
FROMqds.dbo.Dimduplicates d...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2015 at 5:00 pm
Joy Smith San (2/9/2015)
I am planning to give them rights to find and kill their queries, if they cannot fine tune it.
Really, [font="Arial Black"]REALLY [/font]bad idea.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2015 at 12:51 pm
While I'm a great lover of xp_CmdShell, there's no need for it just to get the file names. You can use xp_DirTree "pathname",1,1 to get a list of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 10, 2015 at 9:20 am
I realize this post is almost a half decade old but I did come across it while searching for an answer to the very same problem and figure others might,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 5:46 pm
patrickmcginnis59 10839 (2/9/2015)
Stack exchange is a personal go to for information on a span of subject matter that vastly exceeds anything sqlservercentral will EVER aspire to in the slightest
Having...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 11:54 am
Eric M Russell (2/9/2015)
axc_67 (2/9/2015)
I am just pulling a simple data extraction from remote server with where conditions....which is why...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 11:48 am
t.pinder (2/9/2015)
One system stores sex as an int... well sort of. It actually stores it as two int columns. One int column is called Male and the other column is...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 10:43 am
K2mission (2/9/2015)
The thought was to allow for as many 6-character combinations as possible. Using the alphabet along with numbers offered 2,176,782,336 combinations whereas numbers alone would only offer 1,000,000 (zero-base)....
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 9:21 am
Joy Smith San (2/9/2015)
Yes, I have already conveyed to them. I even passed them the queries they need to look at long ago.
Think its done with some pathetic design...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 8:56 am
Learning anything is a help, of course, but I don't know how to program in C# or Java and I'm not much more than a casual user of PowerShell and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 8:51 am
Jason-299789 (2/9/2015)
jdbrown239 (2/8/2015)
I will have to profile the data for uniqueness to see if a clustered index can be created.
Don't get confused between a PK and a clustered index, the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 9, 2015 at 8:31 am
In the category of "Better Late than Never", the following link seems to have an answer to your Temp folder woes.
http://www.excel-sql-server.com/excel-import-to-sql-server-using-distributed-queries.htm
This problem reportedly only occurs on 32 bit machines so...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2015 at 11:25 pm
wannabe1 (1/14/2015)
i wanna wait for some time(seconds) to get a delta on resources and i want it as a function to sort based on columnsthanks for the reply.
You should...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2015 at 8:34 am
From the article:
It is strange how the gradual repetition of advice that was once guarded, nuanced, and garnished with conditions, transforms it into cast-iron rules.
+1000, Phil.
The notion also applies heavily...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2015 at 8:28 am
CELKO (2/7/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 8, 2015 at 7:46 am
Viewing 15 posts - 21,571 through 21,585 (of 59,072 total)