Viewing 15 posts - 61 through 75 (of 158 total)
Yes MDF and LDF from different times makes sense...
Good news is that even though SQL Agent history and job history didn't show any EMR db backup history we did find...
December 27, 2011 at 2:03 pm
Update!!
We did find a backup of the D drive on our TSM storage server. I am checking now to see if the LDF file is there and if we can...
December 27, 2011 at 1:31 pm
Thanks Gila,
I believe this is a new installation and is only a few months old. (Oct or Nov of this year)
I was never notified of the server being installed and...
December 27, 2011 at 1:24 pm
I forgot to mention that we don't have any backups (Vendor just installed everything and I see where they created two maintenance plans 1. System DB backups which is working...
December 27, 2011 at 1:21 pm
Thanks Gail! This makes perfect sense. I do appreciate it!
November 3, 2011 at 12:34 pm
Thanks John. This data is coming from a Cobal database. Would you happen to have any links on how this might be done in SSIS?
September 26, 2011 at 8:19 am
I ran RevLogin against all the user databases and it didn't show anything different than before.
What kind of logins are these?
-- Login: SC\SQLServer2005MSSQLUser$SC$MSSQLSERVER
CREATE LOGIN [SC\SQLServer2005MSSQLUser$SC$MSSQLSERVER] FROM WINDOWS WITH DEFAULT_DATABASE =...
August 30, 2011 at 6:44 am
Sure, I can help you with that. Here's what you need to do.
http://blogs.technet.com/b/mu/archive/2008/10/02/windows-update-and-automatic-reboots.aspx
August 22, 2011 at 12:45 pm
Got it! Thanks Lowell!!! I really appreciate it!
select patient_type as PATCODE,
PATDESC=
CASE
WHEN patient_type = '1'
THEN 'Inpatient'
...
July 27, 2011 at 10:46 am
Lowell (7/27/2011)
something like this is syntactically correct...let me know if it is logically...
July 27, 2011 at 10:45 am
Koen Verbeeck (7/8/2011)
You can always use a Data Conversion component and cast the column explicitly to integer.
Remember, this component doesn't actually cast a column, it...
July 8, 2011 at 6:08 am
Gift Peddie (7/6/2011)
Vertigo44 (7/6/2011)
Thanks! I eventually got it to work by using "\"" + CHG_PATNUM + "\"" in the Derived Column expression box.
Funny you added a derived task when you...
July 6, 2011 at 12:20 pm
Thanks! I eventually got it to work by using "\"" + CHG_PATNUM + "\"" in the Derived Column expression box.
July 6, 2011 at 8:57 am
Lowell (6/30/2011)
Are you using SSIS? bcp? your own application?
bcp requires a format file to...
July 6, 2011 at 5:39 am
Viewing 15 posts - 61 through 75 (of 158 total)