Viewing 15 posts - 1,951 through 1,965 (of 2,647 total)
The boxes and balls cannot be applied/used until we know the order of operations. Maybe I missed it in this long thread :), so I'm sorry if I did......
January 17, 2012 at 5:53 am
Revenant (1/16/2012)
SQLKnowItAll (1/16/2012)
I think that dao's question was whether you can do it without the explicit SPLIT statement. That was the gist of my previous replies: you can alter...
January 16, 2012 at 3:18 pm
bicky1980 (1/16/2012)
SQLKnowItAll (1/16/2012)
insert into test2
values ('18','0014','01234567125','','9@test.co.uk')
insert into test2
values ('19','0014','01234567126','','9@test.co.uk')
Then this is 1 unique landline?
You have this:
insert into test2
values ('18','0014','01234567126','','9@test.co.uk')
insert into test2
values ('19','0014','01234567126','','9@test.co.uk')
This is 1 unique landline?
You have this:
insert...
January 16, 2012 at 3:16 pm
You have this:
insert into test2
values ('18','0014','01234567125','','9@test.co.uk')
insert into test2
values ('19','0014','01234567126','','9@test.co.uk')
Then this is 1 unique landline?
You have this:
insert into test2
values ('18','0014','01234567126','','9@test.co.uk')
insert into test2
values ('19','0014','01234567126','','9@test.co.uk')
This is 1 unique landline?
You have this:
insert into test2
values...
January 16, 2012 at 3:06 pm
bicky1980 (1/16/2012)This counts the records as 2 unqiue landlines but the dataskeys are the same, so should only count this as one record.
This statement contradicts your counts. This would make...
January 16, 2012 at 2:52 pm
I think that dao's question was whether you can do it without the explicit SPLIT statement. That was the gist of my previous replies: you can alter (redefine) the...
January 16, 2012 at 2:26 pm
thotvedt (1/13/2012)
January 16, 2012 at 1:50 pm
guerillaunit (1/16/2012)
This isn't a productiont table I am producing. It's a reference table that I use for research. I currently make the table in Access, but I...
January 16, 2012 at 1:29 pm
dao-434438 (1/15/2012)
How do you add many partitions to an...
January 16, 2012 at 1:07 pm
It is quite possible that the update statistics was causing this. When you rebuild the index, the statistics are updated using a full scan and are much more accurate/efficient...
January 16, 2012 at 12:52 pm
Welsh Corgi (1/16/2012)
MysteryJimbo (1/16/2012)
-System drive 100GB
-Page file drive (20GB?)
-SQL Data drive
-SQL Log drive
-Tempdb drive
You can get away with three...
January 16, 2012 at 11:33 am
Ninja's_RGR'us (1/16/2012)
SQLKnowItAll (1/16/2012)
is my solution correct ("db_denydatareader" to MASTER)
No, it is not correct.
Care to actually explain your answer?!?!
Sorry, I was getting pulled into a meeting as I was starting...
January 16, 2012 at 11:01 am
is my solution correct ("db_denydatareader" to MASTER)
No, it is not correct.
January 16, 2012 at 10:39 am
Have you restarted the SQL Server service? This must be restarted for the changes to take place.
January 16, 2012 at 10:29 am
patrickmcginnis59 (1/16/2012)
SQLKnowItAll (1/16/2012)
January 16, 2012 at 9:24 am
Viewing 15 posts - 1,951 through 1,965 (of 2,647 total)