Viewing 15 posts - 7,936 through 7,950 (of 9,399 total)
Or maybe the DBAs looking at the editorial agree so completely that there's nothing more to say. I myself sometimes wonder if the SAN administrators get a bonus for...
June 10, 2014 at 7:14 am
Minnu (6/10/2014)
created a job to delete all the records from table 'Unify 'daily. i want the same job to take the backup of table before deleting the records.
Is it...
June 10, 2014 at 7:01 am
zedtec (6/10/2014)
I have also tried to restore by adding my .bak file onto a folder on the C drive locally.
When I try to do a...
June 10, 2014 at 6:45 am
BWFC (6/10/2014)
Stuart Davies (6/10/2014)
Revenant (6/9/2014)
Ed Wagner (6/9/2014)
eccentricDBA (6/9/2014)
Daniel Bowlin (6/9/2014)
Ed Wagner (6/9/2014)
Pageturner
& hooch
Castle
Elephant
Room
Space
Klingon
June 10, 2014 at 5:48 am
I learned something new today, so thanks for the question.
June 10, 2014 at 5:42 am
GilaMonster (6/9/2014)
Ed Wagner (6/9/2014)
June 9, 2014 at 8:32 am
I don't know this for sure, but if you're selecting p.subjectnumber, it looks to me like that's the patient number and you want a total per patient. If you...
June 9, 2014 at 8:12 am
I don't see what the problem is either. Perhaps you could explain what you mean.
However, I did notice that you're comparing a varchar column against an nvarchar value. ...
June 9, 2014 at 7:55 am
eccentricDBA (6/9/2014)
Daniel Bowlin (6/9/2014)
Ed Wagner (6/9/2014)
Pageturner
& hooch
Castle
June 9, 2014 at 7:50 am
If the load needs to be repeated, I've always found a stored procedure that uses bulk insert to be very reliable. Create your format file and your staging table...
June 9, 2014 at 6:41 am
You need to put your return statement in an IF, not in a SELECT. Example:
IF @isExist = 'No'
RETURN;
June 9, 2014 at 5:46 am
I have to ask why you have a database that hasn't been backed up in 2 years. I don't know what you mean by it being "stand alone", but...
June 9, 2014 at 5:43 am
I think the answer bothers me more than the question being repeated.
June 9, 2014 at 5:34 am
I saw that exact post over the weekend and had to look at it twice to make sure I wasn't missing something. I too was in disbelief.
June 9, 2014 at 5:31 am
Viewing 15 posts - 7,936 through 7,950 (of 9,399 total)