Viewing 15 posts - 31 through 45 (of 82 total)
Hi All,
I got the below error while attempting to run a distributed transaction. The two servers are in different workgroup. We dont have a domain. Please let me know the...
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
November 13, 2014 at 3:51 am
Thanks Tom for trying to justify my ignorance!!!
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
October 27, 2014 at 10:57 pm
Its my bad... I inserted a space in one of the column...
Sorry guys..!! :satisfied:
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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...
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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!! 🙂
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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.
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
September 15, 2014 at 12:33 am
I tried the same and its not reflecting in the GUI. I go by the SQL Query.
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
September 15, 2014 at 12:27 am
Better use the sample code below..
REVOKE EXECUTE ON OBJECT::dbo.StoredProcedure
FROM LoginName;
GO
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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...
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
September 14, 2014 at 11:59 pm
Jus got lucky!! Nice question though!! 🙂
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
July 9, 2014 at 12:38 am
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...
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
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. 🙂
______________________________________________________________Every Problem has a Solution; Every Solution has a Problem: 🙂
June 20, 2014 at 3:24 am
Viewing 15 posts - 31 through 45 (of 82 total)