Viewing 15 posts - 2,911 through 2,925 (of 8,761 total)
I know some of you pretend like you already have some knowledge, when you don't. You act or talk in a conversation like you understand what is being discussed. Then...
November 6, 2016 at 10:41 pm
Jeff Moden (11/6/2016)
November 6, 2016 at 10:36 pm
quinn.jay (11/6/2016)
November 6, 2016 at 10:29 pm
Which SQL Server version(s) and edition(s) are you using?
😎
November 6, 2016 at 10:16 pm
There is a flaw in your logic as only if "John" == "Linda" will it ever return anything, which is not going to happen.
😎
When searching for multiple values in a...
November 6, 2016 at 10:00 pm
Looks like the virtual windows machine is using NAT/ Shared Network, probably easiest to change that to Bridged Network.
😎
November 6, 2016 at 9:51 pm
Overheard conversation at a "database" conference:
a: That guy must be an Oracle DBA!
b: Why on earth do you think that?
a: Watch him, he doesn't bring anything to the table!
😎
November 6, 2016 at 11:55 am
Ed Wagner (11/5/2016)
Now there's something I've never even considered. Thanks, Eirikur - you've given me a new toy. 😉
Enjoy mate!
😎
And more to come...
November 5, 2016 at 3:25 pm
There are three ways of doing this, using the describe_first_result_set system functions or procedures, use FMTONLY (deprecated) or OPENROWSET, the last one requiring the "Ad Hoc Distributed Queries" configuration to...
November 5, 2016 at 4:08 am
sjaco1 (11/5/2016)
can anyone confirm to have the same issue with the latest version of SSMS
since I installed it yesterday I am not able to edit / configure Job steps ...
November 5, 2016 at 1:24 am
Question, aren't you missing the classroom table? Would have thought that the solution should have classroom provisioning.
😎
November 4, 2016 at 11:38 pm
crookj (11/4/2016)
Luis Cazares (11/4/2016)
djj (11/4/2016)
Ed Wagner (11/4/2016)
Revenant (11/4/2016)
Hugo Kornelis (11/4/2016)
Luis Cazares (11/4/2016)
MatchWinner
Medal
Olympics
Olympian
Zeus
Orion
The Hunter
November 4, 2016 at 11:41 am
wenger.noah (11/4/2016)
one time operation
Suggest using the import wizard then
😎
November 4, 2016 at 11:38 am
Ed Wagner (11/4/2016)
Eirikur Eiriksson (11/4/2016)
DimitrisAgelidis (6/9/2003)
Ok I solve itThanks.
Good on you, care to share the solution?
😎
From a post this old, my guess is that OP is long gone.
I...
November 4, 2016 at 11:18 am
Here is an alternative to Luis's fine solution
😎
USE TEEST;
GO
SET NOCOUNT ON;
Declare @UserGroup nvarchar(MAX);
SET @UserGroup = 'UserGroup1|User1|User2|User3&UserGroup2|user4|user5|user6&Usergroup3|user7|user8|user9';
;WITH BASE_DATA AS
(
selecT
DX01.ItemNumber AS X1
,DX02.ItemNumber AS...
November 4, 2016 at 11:13 am
Viewing 15 posts - 2,911 through 2,925 (of 8,761 total)