Viewing 15 posts - 151 through 165 (of 366 total)
You create a login and user on the source system.
You then migrate that login to the new system (the user will come through log shipping) using the same SPID.
But we...
January 13, 2011 at 3:41 pm
Thanks,
It's clear that we must need to create login in order to create a user.
But Is that must to create a user on Primary production Database, in order to access...
January 13, 2011 at 3:20 pm
Existing users can query the log shipping secondary.
You cannot create new users in the secondary because that's a change and the database is read-only (no changes permitted)
You can create the...
January 13, 2011 at 3:09 pm
You cannot make changes to a db in standby mode.
Then how a user can query that standby mode database? Because log shipping says, users can query the database if we...
January 13, 2011 at 2:50 pm
Thanks for the information
January 12, 2011 at 10:24 pm
I have created a schema in SQL Server 2008 and some tables, views and procedures in that schema and able to see that schema in Security folder.
But unable to see...
January 7, 2011 at 11:59 am
Geoff,
Do you have similar kind of script to notify when blocking occurs?
We are experiencing blocking and do not have script to notify. please advice..Thanks
January 5, 2011 at 12:52 pm
I got the results:
we just need to change the below in your query:
select logdate, procInfo, ERRORLOG from tempdb.dbo.ErrorLog where Id >= (select TOP 1 Id from tempdb.dbo.ErrorLog WHERE ERRORLOG Like...
January 5, 2011 at 12:37 pm
I ran the below code, but got NO results
IF OBJECT_ID('tempdb.dbo.ErrorLog') IS Not Null
BEGIN
DROP TABLE tempdb.dbo.ErrorLog
END
CREATE TABLE tempdb.dbo.ErrorLog (Id int IDENTITY (1, 1) NOT NULL,
logdate DATETIME, procInfo...
January 5, 2011 at 12:35 pm
reat post,
But i have a problem that i am receiving the emails with empty Attachment and also what is the Schedule for Sql Agent Job?
l
I followed the steps discussed in...
January 5, 2011 at 11:16 am
Perhaps you want to explain what you are trying to do in the database from a logical perspective, rather than saying you want a login to own a schema. What...
December 29, 2010 at 6:09 pm
So in either way login has be created right?
and what permissions need to be given to the login to create objects in that particular schema?
Lets say, I have created a...
December 29, 2010 at 12:19 pm
Thanks. I need to create 2 schemas for 2 users, for example Matt and scott naming the schemas as Matt and scott and then allow them to create their own...
December 29, 2010 at 11:20 am
The backup drive is clustered file share and I created the share as BizBackups and the path is Z:\BizBackups.
But in the backup path, I have given it as \\sqlvs2\BizBackups so...
December 23, 2010 at 10:54 am
But the backup job is running fine for the next run running at 10:30 PM (The backup job runs every 30 mins. Full backup at 10 PM and log backup...
December 23, 2010 at 12:47 am
Viewing 15 posts - 151 through 165 (of 366 total)