Viewing 15 posts - 3,991 through 4,005 (of 18,926 total)
Well if the group exists already in the db, just add the user to the group in the AD and you're done.
Of course this all assumes windows authentication.
August 2, 2011 at 11:05 am
calvo (8/2/2011)
Steve Jones - SSC Editor (8/2/2011)
I used about 500-700 minutes a month, and about 350-400GB of data + who knows how much on wifi.
Ahh... that explains the disappearing unlimited...
August 2, 2011 at 11:03 am
Ninja's_RGR'us (8/2/2011)
Steve Jones - SSC Editor (8/2/2011)
I had an unlimited voice/unlimited data plan for the...
August 2, 2011 at 11:01 am
No idea what you want to do in the process.
The only thing I can tell you is to have 2 connections (1 local, 1 remote).
SSIS is a tool, might be...
August 2, 2011 at 11:01 am
Just to show how to filter... and how overly complicated it can be in ForEachDB >>
SET STATISTICS IO, TIME OFF
SET NOCOUNT ON
SET IMPLICIT_TRANSACTIONS ON
GO
USE [master]
GO
IF OBJECT_ID('dbo.spaceused', 'U') IS NULL
BEGIN
CREATE TABLE...
August 2, 2011 at 10:58 am
msforeach db is just a loop through the list of dbs. This is only 5 lines of code to type.
You can add another filter on dbname on top of...
August 2, 2011 at 10:57 am
Steve Jones - SSC Editor (8/2/2011)
I had an unlimited voice/unlimited data plan for the iPhone,...
August 2, 2011 at 10:51 am
Do it smart...
Make a windows group. Grant access to the dbs to the group. Then add the users to the group as needed.
Doing that manually or through a...
August 2, 2011 at 10:47 am
Well yes, unless you preffer to add the linked server.
Option A would have been SSIS if you don't mind the learning curve.
August 2, 2011 at 10:43 am
Multi-users permanent temp tables only work if you use a filter (@@SPID).
Other than that you'll always end up with conflit and bad data.
August 2, 2011 at 10:41 am
August 2, 2011 at 10:38 am
I just hate that you used the work attached here.
I'd DEFINITELY go the backup / restore path here. Much safer and cannot fail, as in lose the whole db,...
August 2, 2011 at 10:37 am
Viewing 15 posts - 3,991 through 4,005 (of 18,926 total)