Viewing 15 posts - 31 through 45 (of 607 total)
https://msdn.microsoft.com/en-us/library/ms179882.aspx
SELECT £
SELECT $
SELECT ¥
SELECT €
SELECT ?
SELECT ?
SELECT ?
SELECT ?
SELECT ?
January 30, 2015 at 3:06 am
The trace doesn't necessarily have to be running on that server.
December 5, 2014 at 3:41 am
There is a nice whitepaper which assists you to decide which objects to compress and which compression to use.
http://technet.microsoft.com/en-us/library/dd894051(v=sql.100).aspx
December 4, 2014 at 11:37 pm
Haha. The server team will be reinstalling Windows.
December 2, 2014 at 12:56 am
Perry Whittle (12/1/2014)
December 1, 2014 at 6:32 am
GilaMonster (12/1/2014)
Never use the services app to change a SQL logon. Config manager is the only thing which should be...
December 1, 2014 at 6:30 am
I tried both configuration manager and windows services. Also specifying the account during the installation caused the failure.
December 1, 2014 at 3:29 am
Koen Verbeeck (11/27/2014)
Sean Pearce (11/27/2014)
There are two correct answers.Hence the checkboxes 😉
Epic comprehension failure.
November 27, 2014 at 1:25 am
We really need to see your code to help you. As you can see below, the documented max values for VARCHAR(MAX) are correct. There is something else at fault here.
DECLARE...
November 4, 2014 at 6:51 am
There are many ways to skin this cat, for example:
If you use Management Studio and right-click - execute stored procedure it will op up a window to input parameter values.
You...
October 15, 2014 at 5:27 am
Replicate the tables you need.
October 15, 2014 at 5:14 am
Use two quotes to represent a single quote inside a string, i.e.
October 15, 2014 at 5:07 am
You can use SQL Sentry Plan Explorer. This allows you to anonymize the plan.
Does IIF have the same performance impact?
SELECT A.City_Name, B.Country_Code, IIF(B.Country_Area = 'EUR', 1, 0) AS Country_Area
FROM Cities...
October 15, 2014 at 4:51 am
Viewing 15 posts - 31 through 45 (of 607 total)