Viewing 15 posts - 5,311 through 5,325 (of 49,571 total)
print_mug (7/15/2015)
I have been given a project to centralise all our databases onto one DB server. Currently in...
July 15, 2015 at 5:43 am
Personally, to make it clear(er) that EXISTS doesn't care what the columns are.
And 1/0 works, but something like LOG(-1) doesn't. I suspect the latter is a parse-time error.
July 14, 2015 at 4:07 pm
SolveSQL (7/14/2015)
what's the purpose of comparing same column from same table?..."WHERE Loss_state = #tmpTotals.Loss_State"
He's not.
The table inside the subquery is aliased as t and the binding order for columns...
July 14, 2015 at 1:26 pm
As I said above, the MCSE exams have been updated to include the 2014 material. There's only one set of MCSE exams.
July 14, 2015 at 12:03 pm
Mark the subscription for reinitialisation.
Please note you don't need to reinit a subscription unless something has occurred to change the subscriber or it's been offline for longer than the retention...
July 14, 2015 at 7:15 am
Eirikur Eiriksson (7/14/2015)
Quick suggestion, run an instance of ssms for each server.😎
This.
Enforce it by using different windows logins for the two servers. Then one instance of SSMS is run as...
July 14, 2015 at 7:01 am
No, it's not a good solution. By updating the stats you're likely forcing all plans to recompile. It's probably only one or two queries which are causing the problem and...
July 14, 2015 at 6:43 am
How long is a piece of string?
I've got 20 million row tables in my test DB. I've seen tables with billions of rows in them. I've seen systems where no...
July 14, 2015 at 6:24 am
Bear in mind that it's not just a case of whether you can install it, but also whether you should, whether the server have spare capacity for the workload that...
July 14, 2015 at 6:04 am
RTaylor2208 (7/14/2015)
July 14, 2015 at 5:54 am
Depending what your data looks like and what data types are involved, that query could aggregate to the day, to the minute or to the millisecond. Can't tell.
To return only...
July 14, 2015 at 4:14 am
CAST (SomeColumn AS VARCHAR(Max))
CAST (SomeColumn AS VARBINARY(MAX))
July 14, 2015 at 3:42 am
Viewing 15 posts - 5,311 through 5,325 (of 49,571 total)