Viewing 15 posts - 1,081 through 1,095 (of 8,416 total)
SELECT
Segmented.ID,
Segmented.UserID,
Segmented.Location,
Segmented.LocationDate
FROM
(
SELECT
...
January 16, 2012 at 1:25 pm
WayneS (1/16/2012)
For any Threadizens running SQL 2012, are you running it from a VM? Do you have any other versions of SQL installed at the same time?
I have 2012 running...
January 16, 2012 at 1:00 pm
You can also skip the rule using setup from the command line, like:
Setup /ACTION=install /SkipRules=VSShellInstalledRule
...but that's not a documented or supported option, so for peace of mind I would try...
January 16, 2012 at 12:47 pm
tiger6425 (1/14/2012)
January 16, 2012 at 12:37 pm
L' Eomot Inversé (1/16/2012)
SQL Kiwi (1/16/2012)
GilaMonster (1/16/2012)
Hell, it's hard enough going back to SQL 2000.
I installed a 2000 VM recently just to test something specific. I had almost no...
January 16, 2012 at 12:27 pm
savethytrees (1/16/2012)
But if I used option 2 then the Query 2 performed an INDEX SCAN on the composite index.
Naturally. An index on (col1, col2) cannot support a seek on...
January 16, 2012 at 12:23 pm
aitchkcandoo (1/16/2012)
January 16, 2012 at 12:11 pm
SQL DBA 808 (1/16/2012)
What is correct term for this SQL problem. Would it be called single value Pivot?
If you mean the idea of presenting multiple columns in one row,...
January 16, 2012 at 11:14 am
tnpich (1/16/2012)
Yes, I was using the graphical designer. I guess I shouldn't depend on it.It did work creating the view that way.
The view designer doesn't get much love from...
January 16, 2012 at 11:11 am
SQLRNNR (1/16/2012)
January 16, 2012 at 11:01 am
GilaMonster (1/16/2012)
Hell, it's hard enough going back to SQL 2000.
I installed a 2000 VM recently just to test something specific. I had almost no clue where to start any...
January 16, 2012 at 10:36 am
At a guess, I would say you are using the graphical designer to create a view in SQL Server Management Studio. It's a guess, because I've never really used...
January 16, 2012 at 10:31 am
SQLRNNR (1/16/2012)
January 16, 2012 at 9:56 am
dao-434438 (1/15/2012) Via Private Message
January 16, 2012 at 9:52 am
dao-434438 (1/15/2012) Via Private Message
I need to add 20 additional partitions to an existing table , do I have execute those commands 20 times
and then Alter...
January 16, 2012 at 9:22 am
Viewing 15 posts - 1,081 through 1,095 (of 8,416 total)