Viewing 15 posts - 7,036 through 7,050 (of 9,399 total)
Sean Lange (11/6/2014)
November 6, 2014 at 8:33 am
Stuart Davies (11/6/2014)
TomThomson (11/6/2014)
Ed Wagner (11/5/2014)
djj (11/5/2014)
Ed Wagner (11/5/2014)
Stuart Davies (11/5/2014)
Jeff Moden (11/4/2014)
Ed Wagner (11/4/2014)
SQLRNNR (11/4/2014)
PistolRifle
Porkchop Cannon 😀
Hamburger Bishop
Caliber
Twenty-two
Forty-four
Bulldog (11.18)
British
.303
November 6, 2014 at 5:35 am
Glad we could help. Thanks for the feedback.
November 6, 2014 at 5:34 am
kiran.vaichalkar (11/5/2014)
The sample data added is no diff to the existing.
So I was not relying on FULLSCAN.
What is NCI??
Also I updated the stats of Clustered Index...
November 6, 2014 at 5:32 am
What sample did you use when you updated the statistics and was this different than what you used when you had your 14-second time? Using FULLSCAN takes longer, but...
November 5, 2014 at 6:54 am
I have to say that Michael's suggesting is probably the best one. Having clean addresses is the best way to find and remove duplicates. Come to think of...
November 5, 2014 at 6:16 am
djj (11/5/2014)
Ed Wagner (11/5/2014)
Stuart Davies (11/5/2014)
Jeff Moden (11/4/2014)
Ed Wagner (11/4/2014)
SQLRNNR (11/4/2014)
PistolRifle
Porkchop Cannon 😀
Hamburger Bishop
Caliber
Twenty-two
Forty-four
November 5, 2014 at 6:09 am
I don't see the logic in generating the results either. Could you please explain how you get from the source data to the report? It'll make it easier...
November 5, 2014 at 6:01 am
Like Koen pointed out, disabling a login is pretty simple. Here's how to get a list of all Windows logins to SQL:
select *
from sys.server_principals
...
November 5, 2014 at 5:26 am
In addition to the error you're receiving, how are you trying to backup the database? Are you typing "BACKUP DATABASE"... or is a database job trying to back it...
November 5, 2014 at 5:18 am
SqlMel (11/5/2014)
Very good question. Thanks.I almost got it wrong but I realized in time that the loop had a "<" and not "<="
That's what got me. Need more coffee.
November 5, 2014 at 5:05 am
Stuart Davies (11/5/2014)
Jeff Moden (11/4/2014)
Ed Wagner (11/4/2014)
SQLRNNR (11/4/2014)
PistolRifle
Porkchop Cannon 😀
Hamburger Bishop
Caliber
November 5, 2014 at 5:02 am
Luis Cazares (11/4/2014)
There's a BULK INSERT command in SQL Server. You can read about it in here: http://msdn.microsoft.com/en-us/library/ms188365.aspxTo add functionality using format files, you can read the following article:
http://www.sqlservercentral.com/articles/BCP+(Bulk+Copy+Program)/105867/
This functionality...
November 4, 2014 at 1:14 pm
Erikur, I don't know how you got that bit of logic from the decimal values, but well done! It seems to make sense. I was hoping for more...
November 4, 2014 at 10:19 am
Viewing 15 posts - 7,036 through 7,050 (of 9,399 total)