Viewing 14 posts - 1 through 14 (of 14 total)
When I restore a database to another server I use the following stored procedures to rectify the user SID etc. - I forget which one should be run first..:
CREATE PROCEDURE dbo.Usp_fixusers
--...
June 14, 2005 at 1:44 am
I've used the restoring to a point in time a number of times with great success, but I always have to change my regional settings from English to American Date...
June 14, 2005 at 1:23 am
For info:
To use WIndows Authentication you'll first need to ensure that the SQL Server is set-up for it:
Right click on the SQL Server in Enterprise Manager and select the SECURITY...
March 14, 2005 at 2:06 am
We used to have a problem with installing SQL Server 2000 on a number of hosts where we had to ensure that the Host Identity was in UPPER case i.e. no mixed case...
March 14, 2005 at 1:48 am
I tried John's code - I had to change the @StartDate to '2005-01-27'.
I had no problems - I received an ISO Week of "4"
Regards,
Nic Washington
March 1, 2005 at 2:52 am
How about something like:
create table #TempData (ID int)
insert into #TempData values ( 1 )
insert into #TempData values ( 2 )
insert into #TempData values ( 3 )
insert into #TempData values (...
December 13, 2004 at 2:59 am
Something like the following should work:
Create Procedure usp_my_procedure As
Update ViewWeeklyFormUpdate
Set Form...
December 13, 2004 at 1:31 am
Thanks a lot for the info - I'll give it a try.
I've already written some code and changed the WSID to nothing which resulted in no host name being passed...
June 17, 2004 at 8:05 am
I thought I had just found a way by going into design on the linked table and then pulling up the properties and changing the Description of the ODBC connection but...
June 17, 2004 at 1:12 am
Thanks a lot for the information it looks to be exactly what the problem is - I'll give it a try.
Is there anyway of changing the existing links without having...
June 16, 2004 at 9:32 am
Try buying "SQL Server Security" - ISBN 0-07-222515-7
I've found it a god send for plugging these issues.
June 15, 2004 at 5:56 am
I was helping a user yesterday with setting his server up as Mixed Mode authentication - when ever he changed the setting via Enterprise Manager and then stopped and restarted...
June 15, 2004 at 5:51 am
I hacked the sp_Protect stored procedure to produce the following which will return a table in a similar manor to the permissions view in Enterprise Manager.
NB. It currently only returns...
June 15, 2004 at 5:37 am
Viewing 14 posts - 1 through 14 (of 14 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy