Viewing 15 posts - 1,831 through 1,845 (of 2,356 total)
Ed Wagner (3/8/2016)
Sean Lange (3/8/2016)
Ed Wagner (3/8/2016)
Michael L John (3/8/2016)
Ed Wagner (3/7/2016)
jasona.work (3/7/2016)
https://blogs.microsoft.com/blog/2016/03/07/announcing-sql-server-on-linux/
To paraphrase a bit:
Dr. Peter Venkman: This...
March 8, 2016 at 7:58 am
Ed Wagner (3/7/2016)
jasona.work (3/7/2016)
https://blogs.microsoft.com/blog/2016/03/07/announcing-sql-server-on-linux/
To paraphrase a bit:
Dr. Peter Venkman: This server is headed for a disaster of biblical proportions.
DBA:...
March 8, 2016 at 4:32 am
Stix83 (3/1/2016)
Must declare scalar variable "@EndDate"
what I mean by the following is:
I don't want to put in a specific...
March 1, 2016 at 12:52 pm
Stix83 (3/1/2016)
CountOpps = Total Opps Created
CountRevWon = Total Revenue on Closed Opps
CountAssRValue = Total Revenue on Assessment Value
I...
March 1, 2016 at 11:17 am
Can you generate the scripts from development for all of the procedures, functions, and so forth?
Then, you could restore the DB from production, and run the scripts to update the...
February 29, 2016 at 2:23 pm
Actually, I support your efforts 100%.
Please continue to download and run random code that you downloaded from the internet, without any understanding of it, and certainly without caring...
February 12, 2016 at 11:37 am
There are a couple things you can do.
You can run a query on a regular basis to test for new members. This may help get you started.
SELECT ...
February 12, 2016 at 9:14 am
Sean Lange (2/12/2016)
Luis Cazares (2/12/2016)
Grumpy DBA (2/12/2016)
^ Okay, I can't take it any more, link please...(background noise - popcorn is popping)
http://www.sqlservercentral.com/Forums/Topic1760779-2799-1.aspx
I was going to comment on that thread, but I...
February 12, 2016 at 9:04 am
mw112009 (2/12/2016)
As promised I will share it later. Why ? I picked the sp from a website ( just a hour ago ). Before I share it, let me make...
February 12, 2016 at 9:00 am
Jeff Moden (2/11/2016)
Michael L John (2/11/2016)
Sean Lange (2/11/2016)
Grumpy DBA (2/11/2016)
^ I think Michael L John beats you in the "dating yourself" category.Indeed!!
Yeah, but I'm still younger than Moden!
Yeah... but I'm...
February 11, 2016 at 2:32 pm
You need to test for the existence of a record in a table, and if it does not exist, you want to insert a record in another table, correct?
My question...
February 11, 2016 at 1:55 pm
Yes, you are trying to use a trigger when you should be doing this test prior to doing the insert.
IF NOT EXISTS(SELECT 1 FROM SomeTable WHERE whatever test you...
February 11, 2016 at 11:38 am
Sean Lange (2/11/2016)
Grumpy DBA (2/11/2016)
^ I think Michael L John beats you in the "dating yourself" category.Indeed!!
Yeah, but I'm still younger than Moden!
February 11, 2016 at 11:20 am
Sean Lange (2/11/2016)
Michael L John (2/11/2016)
Sean Lange (2/11/2016)
Grumpy DBA (2/11/2016)
Sean Lange (2/11/2016)
February 11, 2016 at 10:32 am
Sean Lange (2/11/2016)
Grumpy DBA (2/11/2016)
Sean Lange (2/11/2016)
February 11, 2016 at 9:24 am
Viewing 15 posts - 1,831 through 1,845 (of 2,356 total)