Viewing 15 posts - 31 through 45 (of 79 total)
Its my bad... I inserted a space in one of the column...
Sorry guys..!! :satisfied:
October 27, 2014 at 2:59 am
Hi Steve,
I got the below answers in my SQL 2014 instance.. Could you please explain why this answer was incorrect...
Escobar2014-04-06 00:00:00
Escobar2014-04-07 00:00:00
Escobar2014-04-07 00:00:00
Jeter2014-04-01 00:00:00
Jeter2014-04-01 00:00:00
Jeter2014-04-01 00:00:00
Tulo2014-04-01 00:00:00
Tulo2014-04-01 00:00:00
Tulo2014-04-01 00:00:00
October 27, 2014 at 1:00 am
Hi Gail,
I am looking at the memory status in 3 of our production servers. This is to create a new database for a new application. I found the CPU usage...
September 26, 2014 at 12:17 am
Few days back I read this in the same SSC I guess. And it was the one from where I came to know the answer. SSC Rocks!! 🙂
September 16, 2014 at 11:26 pm
I believe this is a good solution and it will work better than with identity_insert on.
Thnx.
September 15, 2014 at 3:24 am
1) Login using sa
2) Grant create database permission to your windows user
3) Now try with windows authentication
September 15, 2014 at 12:33 am
I tried the same and its not reflecting in the GUI. I go by the SQL Query.
September 15, 2014 at 12:27 am
Better use the sample code below..
REVOKE EXECUTE ON OBJECT::dbo.StoredProcedure
FROM LoginName;
GO
September 15, 2014 at 12:20 am
I believe you cannot disable a stored procedure directly... but there are few ways to accomplish it...
check these links...
http://stackoverflow.com/questions/23114386/enable-disable-stored-procedures
https://go4answers.webhost4life.com/Example/disable-stored-procedure-149295.aspx
September 15, 2014 at 12:06 am
PFB the response...
1. Is the identity column the clustered index key? - Yes
2. Can you force the constantly increasing order of the insert? - No
3. Do the identity values need...
September 14, 2014 at 11:59 pm
I agree with the author. No words for people who are not willing to share their ideas as they don't belong to this world. Are they sure about they haven't...
July 8, 2014 at 11:49 pm
No, the domain name was not deleted.
The issue got solved when I removed the SQL Login and added and gave permission in mirror server and witness server. 🙂
June 20, 2014 at 3:24 am
I have also granted permission to that login also.
GRANT CONNECT ON ENDPOINT::MirroringEndPoint TO [domain\MySQLAdmin]
June 19, 2014 at 10:52 pm
Buffer pool Extn is not available in BI edition..
http://msdn.microsoft.com/en-us/library/cc645993(v=sql.120).aspx
May 8, 2014 at 1:36 am
Viewing 15 posts - 31 through 45 (of 79 total)