Viewing 15 posts - 6,871 through 6,885 (of 8,760 total)
challakarthik (10/5/2014)
I have a scenario like ........I have 6 flat files(Country1,Country2,Country3,.......Country6) in the source and i need to fetch the records of Country1 flat file to Country1 table in...
October 5, 2014 at 3:33 am
armm1388 (10/4/2014)
I created a database in sqlserver 2005 . now I wants to attach it in sqlserver 2008. But I would be face to error:
Failed to retrieve data for this...
October 4, 2014 at 11:24 pm
desperadomar (9/28/2014)
Just a quick question.
You used the MAX(wan)<>MIN(Wan) instead of COUNT(wan)>1
When I checked the estimated execution plan there is one less operator(compute scalar) in the first operation...
October 4, 2014 at 11:15 pm
Steve Jones - SSC Editor (10/4/2014)
Eirikur Eiriksson (10/4/2014)
October 4, 2014 at 4:56 pm
Luis Cazares (9/19/2014)
October 4, 2014 at 4:00 pm
...or from a command promt
net stop "instance name"
😎
October 4, 2014 at 3:54 pm
samp.silvercreek (9/23/2014)
Eirikur Eiriksson (9/22/2014)
More for fun, here is an alternative "solution", set to return six digits and the decimal separator.😎
I like this solution because it handles the "dangling decimal point"...
October 4, 2014 at 3:49 pm
Quick thought, full text search is not going to perform (or even work) when searching for a suffix, probably better off using the LIKE operator here.
😎
October 4, 2014 at 3:37 pm
Is it just me or does this smell like a spam? A quick search returned few similar postings referencing the same vendor on other sites.
😎
October 4, 2014 at 3:12 pm
thomashohner (10/4/2014)
October 4, 2014 at 2:37 pm
vinaygambhir (10/4/2014)
EXEC ('CALL GETENROLLMENT() ')At serverName which returns the two data sets.
I do not know how to...
October 4, 2014 at 2:03 pm
Meatloaf (9/30/2014)
Hi,Also, how can I do nesting?
Here is a quick nesting example
😎
USE tempdb;
GO
SET NOCOUNT ON;
;WITH SAMPLE_DATA(Location,Building,RoomName,Habitant )AS
(SELECT * FROM (VALUES
('USA','White House','Oval Office','Mickey Mouse')
,('UK','Whitehall','24hour Lounce','Donald Duck')
) AS X(Location,Building,RoomName,Habitant)
)
,LOCATION_DETAIL(Location,LocationType) AS
(SELECT...
October 4, 2014 at 1:11 pm
Lynn Pettis (10/4/2014)
Definitely the weekend. I guess it is time to take a break from SSC.
Yet another spam-tastic weekend:angry:
😎
October 4, 2014 at 12:50 pm
vsamantha35 (10/4/2014)
I need some help on security. Checking if any Security experts can guide me here.
How to do a Security assessment for an database application?
What are things to have...
October 4, 2014 at 12:26 pm
Viewing 15 posts - 6,871 through 6,885 (of 8,760 total)