Viewing 15 posts - 301 through 315 (of 399 total)
Before bringing it over to your test environment. when you did your back up of your Production db, did you also do a log backup? Or was the actualy...
March 3, 2011 at 10:41 pm
YES!!! Pam - I've got it! Thank you so much for the development of the logic. I was able to coax one of my developers to help...
March 3, 2011 at 1:54 pm
Pretty awesome stuff! I like it when I can find things to keep my developers happy, and this is just one of a bounty of goodies I have been...
March 3, 2011 at 11:11 am
Very cool report! This one is going into my toolbox!
March 3, 2011 at 9:06 am
That's incredibly impressive. I was reconsidering my career and life not that long ago, and was beginning to go back to school to take Pre-Pharm / Business classes. ...
March 2, 2011 at 9:26 pm
I decided to reformat this script (more out of curiosity than need), but please let the code in the initial post be a lesson to all - this is how...
March 2, 2011 at 1:30 pm
Hey Pharmboy!
I didn't - it was a guess. I live in Minneapolis / Saint Paul, and it is a Medical Community Mecca here. The U of M has...
March 2, 2011 at 9:06 am
Pam Brisjar (3/1/2011)
So your database can be of type "c" OR type "t"
Version can be 000, 001, 002, etc....
March 2, 2011 at 9:04 am
For instance...
SELECT m.drugid,
m.ordersetid,
m.orderid,
c.drugid,
...
March 1, 2011 at 8:21 am
P.S. If you would like to "Pretty up" the code more - in other words, use the kinds of punctuation that coders do naturally, I have found this to...
March 1, 2011 at 8:18 am
PharmD's rule! PharmD's with SQL knowledge DOUBLE RULE!
😀
March 1, 2011 at 8:12 am
Found it! Major rookie mistake - I forgot to issue the GO after the END of my trigger. Guess what it was doing? Including some of the lines...
February 28, 2011 at 3:58 pm
Could it be that this is happening because the version of SQL Server is 2005 Express?
February 28, 2011 at 3:35 pm
Pam, thank you. I appreciate your's (and everyones) assistance. Here is the script's logic thus far...
USE <database name>
GO
--DROP and CREATE Function to determine the schema version.
IF EXISTS (SELECT...
February 28, 2011 at 12:46 pm
It already has an indicator called "TheTextValue" where the row is the "SchemaVersion".
February 28, 2011 at 12:36 pm
Viewing 15 posts - 301 through 315 (of 399 total)