Viewing 15 posts - 1 through 15 (of 33 total)
Can I resolve it without changing the sql server account settings or any other tool to be used for that purpose ???
Thanks for repling 🙂
March 13, 2014 at 7:03 am
I used SQL Backup Pro 7 on My Pc to Backup my local sql database (i.e. localserver) to both the desired servers (eg. server1 and server2) which is a...
March 13, 2014 at 12:08 am
Ok..Can I use SQL Backup Pro 7 to backup schedule ?
March 11, 2014 at 5:00 am
Ok n thanks for the help
February 6, 2013 at 8:35 pm
Thanks for sharing the URL ,as ,I clear my questions regarding OPENML and in my senario I preferred to use OPENXML instead of node().
Some url suggested to use :
EXEC sp_xml_removedocument...
February 5, 2013 at 9:18 pm
I used this url for insertion using XML:
February 3, 2013 at 9:45 pm
Complete Stored procedure code :
ALTER PROCEDURE [dbo].[USP_Insert_UserSurveyUsingXML]
--@XmlHandle int,
@Xmlvalue as xml
AS
DECLARE
@XmlHandle int;
SET @XmlHandle =1;
--<Survey>
--<SResult SectionId="1" SectionName="Ownership" QuestionId="9" UserID="2" Answer="1" Status="checked" sDateTime="1/31/2013 10:16:53 AM" />
--<SResult SectionId="1" SectionName="Ownership"...
February 3, 2013 at 9:40 pm
I did't show any error while executing it as an query but when i create it as a stored procedure than it gives error, which is resolve by initializing it...
February 1, 2013 at 4:42 am
I tryed TRUNCATE on table but still the same error of PK violation during import/Export.
What does AuTHORIZATION do ?If I assigned to sa ?
January 31, 2013 at 3:43 am
Pk_violation when i tried to import data from current updated source database to destination database.
How can I resolve orphan login as ,already assiged a login password to that user ????
January 31, 2013 at 3:14 am
yes,through backup file
January 31, 2013 at 1:57 am
I am using sql server authentication and user i assigned permission also have login id and pass,I googled the term "orphan login and got this :
what do i need to...
January 31, 2013 at 12:38 am
I will try your code and did this,which resolve my problem and SP is working fine :
ALTER PROCEDURE [dbo].[USP_Insert_UserSurveyUsingXML]
-- Add the parameters for the stored procedure here
--@XmlHandle int,
...
January 30, 2013 at 11:38 pm
User can only perform select query on a view of a specified database and he is not allow to access any other stuff i.e. tables,databases,views and stored procedures
December 24, 2012 at 2:02 am
Ok.I tried :
Use dummydb
Deny INSERT,SELECT,UPDATE,DELETE ON OBJECT::userTb to nvp
GO
and work f9 and have another issue,How can i restrict user who login through windows authentication ?
and run this query :
SELECT *...
December 24, 2012 at 12:20 am
Viewing 15 posts - 1 through 15 (of 33 total)