Viewing 15 posts - 1,276 through 1,290 (of 8,416 total)
Perhaps these will help:
http://www.kimballgroup.com/html/08dt/KU107_UsingSQL_MERGESlowlyChangingDimension.pdf
January 9, 2012 at 2:11 pm
Greg Edwards-268690 (1/9/2012)
I was thinking something more subtle - like Paul could just get Steve to put an additional sort on the query.
Working on a SQL injection attack to change...
January 9, 2012 at 1:53 pm
L' Eomot Inversé (1/9/2012)
The helpful people at Microsoft have closed it as duplicate. Since it isn't a duplicate I've asked them to open it again and look at it.
Asking...
January 9, 2012 at 1:46 pm
Presumed table structure:
-- This table has no primary key!
DECLARE @Example TABLE
(
UserID integer NOT NULL,
ObjectID ...
January 9, 2012 at 1:08 pm
Stephanie Giovannini (1/9/2012)
January 9, 2012 at 12:59 pm
GilaMonster (1/9/2012)
Satya_0000 (1/9/2012)
January 9, 2012 at 12:57 pm
sqlfriends (1/9/2012)
Incorrect syntax near '@T'.
Make sure you're running SQL Server 2008 and that the database you are connected to is set to compatibility level 100 (SQL Server 2008). Anything...
January 9, 2012 at 12:30 pm
sqlfriends (1/9/2012)
But at the same time, I understand it is not so flexible to add other codes into...
January 9, 2012 at 12:14 pm
Stephanie Giovannini (1/9/2012)
January 9, 2012 at 12:06 pm
There's no direct way (that I know of), but:
DECLARE @s-2 TABLE (id integer PRIMARY KEY, val integer)
DECLARE @T TABLE (id integer PRIMARY KEY, val integer)
INSERT @s-2 VALUES (1, 5), (2,...
January 9, 2012 at 11:51 am
SQLRNNR (1/9/2012)
SQL Kiwi (1/9/2012)
GSquared (1/9/2012)
Yes, but not at the posts count thing. Just at the "change your name to something even sillier than GSquared" thing.
You don't think 'Aaron Aardvark'...
January 9, 2012 at 10:56 am
The ON clause is used to specify conditions to determine if source and target rows join or not. In your case, it seems the ON clause should contain only...
January 9, 2012 at 10:45 am
GSquared (1/9/2012)
Yes, but not at the posts count thing. Just at the "change your name to something even sillier than GSquared" thing.
You don't think 'Aaron Aardvark' has a nice...
January 9, 2012 at 10:34 am
SQL_By_Chance (1/9/2012)
Do you guys think its possible in If...else as well ?
Sorry, I don't understand the question...
January 9, 2012 at 10:21 am
Viewing 15 posts - 1,276 through 1,290 (of 8,416 total)