Viewing 15 posts - 166 through 180 (of 373 total)
roberto armellin (11/3/2011)
This is the script :
select
...
November 3, 2011 at 3:35 am
I think script is missing. Can you please check?
November 3, 2011 at 1:21 am
Nice one. Thanks for sharing
November 3, 2011 at 1:05 am
@pveilleux: [StatusName] contains data like 'Completed' or 'Failed'. The reason why you are not getting the data like ['Completed', 'Failed'] because there is no data in column [StatusName]...
October 12, 2011 at 10:45 pm
GilaMonster (10/12/2011)
October 12, 2011 at 10:17 pm
Eskandari (10/12/2011)
My Backup file is from sqlserver 2008 r2 sp1 and I try to restore it on another pc with sqlserver 2008 r2 sp1
When I select backup file I see...
October 12, 2011 at 10:04 pm
Hello,
This may be helpful to you. One way to resolve your query, you can also use CTEs for the same.
DECLARE @hospitals TABLE
(HospId INT,
HospName NVARCHAR(10),
UserName NVARCHAR(10))
DECLARE @OBCases TABLE
(
CaseId INT,
HospId INT,
UserName NVARCHAR(10))
DECLARE...
August 9, 2011 at 9:56 pm
hr_sn (8/5/2011)
August 5, 2011 at 12:41 am
Viewing 15 posts - 166 through 180 (of 373 total)