Viewing 15 posts - 4,231 through 4,245 (of 9,400 total)
One thing to consider if you're going to run SQL Server locally is memory. SQL Server loves memory. Whatever you give it, it will happily use and just...
January 18, 2016 at 10:55 am
Personally, I'm one of those who won't "turn out the lights" on my servers. In my mind, having a system available and performant trumps the cost of electricity to...
January 18, 2016 at 10:27 am
Nice question, Andy. There was enough there to get me thinking in different directions. I learned something new today because I've never seen that error. Thanks.
January 18, 2016 at 9:51 am
I didn't know the results of the last two either (COUNT ALL) because I never use it. I learned something new today - ALL is the default, which does...
January 18, 2016 at 9:45 am
BrainDonor (1/18/2016)
Brandie Tarvin (1/18/2016)
Um, wow. I didn't even know (or perhaps just didn't remember) that SQL Test was a thing.
Oh, it's a 'thing' alright. I'm reserving judgement on what type...
January 18, 2016 at 9:08 am
whereisSQL? (1/18/2016)
djj (1/18/2016)
Grumpy DBA (1/18/2016)
Ed Wagner (1/16/2016)
SQLRNNR (1/15/2016)
Ed Wagner (1/15/2016)
crookj (1/15/2016)
SQLRNNR (1/15/2016)
firecrackerbanger
Mash
pudding
Bread
Wonder
Woman
Justice (league)
Lawyers
January 18, 2016 at 9:04 am
ChrisM@Work (1/18/2016)
Jeff Moden (1/18/2016)
ChrisM@Work (1/18/2016)
Jeff Moden (1/18/2016)[hrCan we agree on "SARGable in one direction only" as it's often sufficient to permit tweaking a decent plan?
With the battles I'm currently facing...
January 18, 2016 at 8:37 am
Thanks, Luis and Orlando, for the examples. I used FOR XML and also avoid entities by using TYPE. I also do concatenation into a variable where appropriate and...
January 16, 2016 at 4:43 pm
I believe it was Wayne Sheffield who said "An ORM is the fastest way to slow down a database."
Then again, it may be done well, with the ORM calling stored...
January 16, 2016 at 4:24 pm
I'm going to deviate from the calendar discussion for a moment. I've worked with preventive maintenance systems before, so something in your design caught my eye. You have...
January 16, 2016 at 4:16 pm
Orlando Colamatteo (1/16/2016)
Luis Cazares (1/14/2016)
SELECT @Notes = @Notes + CONVERT(char(11), DATE, 103) + NOTES + CHAR(10)FROM tblNOTES
WHERE NOTE_ID...
January 16, 2016 at 8:37 am
Once we get the DDL, it could go in a number of directions.
January 16, 2016 at 8:09 am
SQLRNNR (1/15/2016)
Ed Wagner (1/15/2016)
crookj (1/15/2016)
SQLRNNR (1/15/2016)
firecrackerbanger
Mash
pudding
Bread
January 16, 2016 at 7:57 am
Welsh Corgi (1/15/2016)
Phil Parkin (1/15/2016)
Welsh Corgi (1/15/2016)
drew.allen (1/14/2016)
Welsh Corgi (1/14/2016)
I need to create a new table that has an Identity Column so that I can delete the duplicates.
No, you don't....
January 16, 2016 at 7:56 am
I'm curious - Was it the quotes that caused the problem?
Years ago, when I first started writing in .NET, I connected to a local SQL instance. Being completely new...
January 16, 2016 at 7:25 am
Viewing 15 posts - 4,231 through 4,245 (of 9,400 total)