Viewing 14 posts - 16 through 29 (of 29 total)
Rows are just columns that fell asleep... right? π
- webrunner
especially when you are looking at them in early morning :hehe:
March 11, 2014 at 10:03 am
Questions on new features !! Thanks..
March 10, 2014 at 5:46 am
By default as well as ALWAYS primary key is not null and unique, some other constraints (like a check constraint)on a primary key column may be reasonable.
What is the additional...
March 9, 2014 at 1:17 am
@Andy - Waiting for your next question. This question was useful, I have gone through almost all the options given in the answer before clicking on 'None of...
March 9, 2014 at 12:23 am
@auke - And together we learn by sharing our mistakes. Thank you for sharing the question.
March 8, 2014 at 2:35 pm
Even though -m is the direct answer, -f too places SQL instance in single user mode. BOL states this as " Starting SQL Server in minimal configuration mode places SQL...
March 8, 2014 at 2:31 pm
Even though this is a simple one to remember, when strings are taken from a table ample are the chances that this behavior would be forgotten.
March 8, 2014 at 6:11 am
Lowell (3/7/2014)
--no such user or role
/*
Msg 15151, Level 16, State...
March 8, 2014 at 5:48 am
twin.devil (3/4/2014)
nice question .... but Who Cares π
Still remember the pale face of a report developer who wants his data sorder in descending date order, but it was showing...
March 4, 2014 at 4:23 am
My mistake, shame on me for the silly mistake of the additional keyword 'End' at the end in the question ( as pointed out by some of the members) ...
February 12, 2014 at 8:48 am
From the information that is given , I believe you are trying COUNT the assets based on the YEAR groups in which it is.
The general solution for this problem...
July 13, 2011 at 7:12 am
Please refer the link on CREATE TABLE :- http://msdn.microsoft.com/en-us/library/ms174979.aspx
--------------------------------------------------------------------
Copying the permissions section from the link for easy reference
Permissions:-
Requires CREATE TABLE permission in the database and ALTER...
July 13, 2011 at 7:01 am
Viewing 14 posts - 16 through 29 (of 29 total)