Viewing 15 posts - 17,956 through 17,970 (of 59,069 total)
Shifting gears to your other question, yes, there are a whole lot of other "code smells" but one of the biggest code smells is the formatting of the code itself...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 10:05 am
From the article:
...and I've never found a good use for SQLVARIANT in a production table column. Am I wrong?
Not much but, yes... kind of and only if you believe in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 9:54 am
maylar (4/1/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 9:16 am
Yet Another DBA (3/30/2016)
I tend to use a GUID for the password. Simple, straightforward and has approximately 5,300,000,000,000,000,000,000,000,000,000,000,000-ish combinations.Only issue is to remember which post-it-note it was :rolleyes:
I did...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 9:12 am
dajonx (4/1/2016)
I am trying to get all my ducks in a row before I upgrade the prod servers and transition from SQL Server 2008 R2 to SQL Server 2016 when...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 2, 2016 at 9:04 am
I'm going to recommend that anyone using this "numbering" system have a very large bank account and a good lawyer. It's amazing how offense some of the words that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 10:51 pm
Glad you explained. "EXPLAIN PLAN" is an Oracle term, as well. I think they might be losing it. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 9:55 pm
How big are the log files and what do you want to shrink them to?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 9:53 pm
You posted this in the 7/2000 forum and I'm assuming that 2000 is the version you have?
If so, the partitioning the table to take advantage of SWITCH-in is not possible....
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 9:51 pm
😀 Can't beat that!
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 9:14 pm
sqlnewbie17 (4/1/2016)
to the servers and if the connection is good the servername is inserted...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 8:54 pm
jckfla (7/20/2015)
Seems to me, a lot of the changes being pushed out so fast in tech now aren't doing anything significant. There are exceptions, but the vast majority are either...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 8:48 pm
EdVassie (4/1/2016)
This means your filegroup backups can run in parallel. When you do a restore each filegroup can be restored in parallel, with greater parallelism given from the striping.
If they're...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 8:27 pm
Seggerman-675349 (4/1/2016)
the process already makes most of its updates to a staging table - and only at the very end copies the data...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 8:17 pm
PJ_SQL (4/1/2016)
'A',
'B',
'C',
I am using this bulk insert below:
BULK INSERT test..A FROM 'c:\test.txt'
WITH (
DATAFILETYPE='char',
...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 1, 2016 at 8:09 pm
Viewing 15 posts - 17,956 through 17,970 (of 59,069 total)