Viewing 15 posts - 3,301 through 3,315 (of 8,761 total)
DAP 93723 (8/12/2016)
So If I install a new instance of 2012 Standard on the same machine, it's NOT going to affect ANY aspect of existing 2008...
August 13, 2016 at 1:35 am
The OP will have to come back with answers to my questions, otherwise we're only guessing, probably an object restore from a backup would be the way to go here...
August 12, 2016 at 8:26 am
Anandkumar-SQL_Developer (8/11/2016)
Hi Friends ,i would like to replace null as zero , please some one help me . for ur reference i have paste code and my pivot query below.
First...
August 12, 2016 at 8:18 am
Not if done correctly, done many times larger files this way.
😎
August 12, 2016 at 5:03 am
Quick thought, use XQuery in SQL Server and wildcard name spaces, ie. *:element
😎
August 12, 2016 at 4:52 am
Snargables (8/11/2016)
What would be the best way to do this? The db is in simple mode. i need a copy format that doesnt write to trans log.Ideas?
Quick questions, are you...
August 11, 2016 at 10:54 am
SQL!$@w$0ME (8/8/2016)
I have a requirement to build a test SQL 2016 box. We need to utilize polybase feature.
* Any suggestions on selecting the right edition of SQL 2016...
August 9, 2016 at 9:27 am
This is because of an implicit conversion from CHAR to INT, simply add an explicit conversion on the INT column in the case statement.
😎
DROP TABLE #test;
CREATE TABLE #test (
...
August 7, 2016 at 8:59 am
August 7, 2016 at 4:11 am
The Dixie Flatline (8/6/2016)
Answer withdrawn because I prefer not to answer interview questions.
Just curious, how do you determine that this is an interview question?
😎
August 6, 2016 at 11:28 am
rajemessage 14195 (8/6/2016)
in sql server 2016 json has been introduced, i wanted to know
, should we change to jsaon and leave xml.
because we are keeping configuration in xml in...
August 6, 2016 at 11:25 am
rajemessage 14195 (8/6/2016)
which one is good way of putting nolock
other think is
Omitting the WITH keyword is a deprecated feature: This feature will be removed in a future version of Microsoft...
August 6, 2016 at 9:40 am
Does ring a bell, isn't there a solution/Project wide security settings? (don't have BIDS/SSDT on the mobile)
😎
August 5, 2016 at 8:07 am
Quick question, is it the same execution plan or is there a new one? DPA should have this information if you run analysis on the procedure.
😎
August 5, 2016 at 8:01 am
Nice input Brandy, appreciate it:-) Maybe the OP can enlighten us on the issue?
😎
August 4, 2016 at 8:50 am
Viewing 15 posts - 3,301 through 3,315 (of 8,761 total)