Viewing 15 posts - 1,666 through 1,680 (of 1,988 total)
Check to see if @blocks is null before sending the email 🙂
June 12, 2015 at 8:16 am
I don't believe custom types will show up in object_id, try.
IF EXISTS(SELECT * FROM sys.types WHERE name = 'BP_Data_XXX')
June 11, 2015 at 3:14 pm
Revenant (6/11/2015)
Eirikur Eiriksson (6/11/2015)
Ed Wagner (6/11/2015)
eccentricDBA (6/11/2015)
djj (6/11/2015)
Ed Wagner (6/11/2015)
crookj (6/11/2015)
Ed Wagner (6/11/2015)
djj (6/11/2015)
Stuart Davies (6/11/2015)
BL0B_EATER (6/11/2015)
Ed Wagner (6/10/2015)
Eirikur Eiriksson (6/10/2015)
Ed Wagner (6/10/2015)
ZZartin (6/10/2015)
Manic Star (6/10/2015)
Ed Wagner (6/10/2015)
Eirikur Eiriksson (6/10/2015)
crookj...
June 11, 2015 at 10:18 am
You hire a trust worthy sysadmin and pay him well considering he has access to everything you do.
June 11, 2015 at 7:35 am
Manic Star (6/10/2015)
Ed Wagner (6/10/2015)
Eirikur Eiriksson (6/10/2015)
crookj (6/10/2015)
ZombieWorker
Oxymoron
brain
bureaucrat
June 10, 2015 at 1:20 pm
You might be able to try something like this(fill in field names for your table since you didn't provide any DDL)
CREATE TABLE #TEMP(COL_ONE varchar(30), COL_TWO varchar(30), ACCOUNT_NUM varchar(30))
INSERT INTO #TEMP
SELECT...
June 10, 2015 at 12:11 pm
Hmm... well there's only one date in that table, how do you plan to get the original paid date and the most recent change date? And based on the...
June 9, 2015 at 2:30 pm
Jeff Moden (6/7/2015)
June 8, 2015 at 3:28 pm
Ed Wagner (6/8/2015)
Revenant (6/8/2015)
DonlSimpson (6/8/2015)
Ed Wagner (6/8/2015)
djj (6/8/2015)
Ed Wagner (6/8/2015)
DonlSimpson (6/5/2015)
Eirikur Eiriksson (6/5/2015)
MonarchyEmpire
Republic
Plato
Socrates
Philosopher
Academy
Starfleet
Latte
June 8, 2015 at 11:51 am
Couple thought, first 13000 records a month is a relatively small data set. Second why are you trying to lock the records at the data base level, wouldn't you...
June 8, 2015 at 11:22 am
Andy Warren (6/8/2015)
June 8, 2015 at 9:26 am
Does that mean you wouldn't take a government job either?
There's plenty of other reasons not to take a government job.
There's also a pretty fundamental difference between government jobs which work...
June 8, 2015 at 8:38 am
Just to throw this out there but normalization is a methodology of data structures are designed, constraints like primary keys or foreigns keys are means to enforce that method of...
June 5, 2015 at 1:05 pm
EdVassie (6/5/2015)
Call your developers into a meeting, and have a box of paper left outside the room.
Tell a developer you need some paper and ask...
June 5, 2015 at 12:40 pm
Lynn Pettis (6/5/2015)
Eric M Russell (6/5/2015)
Andy Warren (6/5/2015)
June 5, 2015 at 12:17 pm
Viewing 15 posts - 1,666 through 1,680 (of 1,988 total)