Viewing 15 posts - 31 through 45 (of 146 total)
But for some applications, use of windows authentication just isnt possible. I think the answer you gave me is talking about normal users, I am referring to more like Java/.NEt...
October 16, 2009 at 7:59 am
From what I recall, you can leave this as SA.
Schedule the SSIS package using SQL agent and it will run under the context of the SQL Agent account.
October 16, 2009 at 4:07 am
Steve Jones - Editor (9/15/2009)
select from sys.databases?
That doesnt work, even beforeit checks the sys.databases the compiler already attempts to connect to a database that might not exists, thats where the...
September 15, 2009 at 8:55 am
Any ideas guys ?
September 15, 2009 at 8:26 am
If 2 instances are trying to read data off the table, I dont see anything that will go wrong here. please explain
August 27, 2009 at 1:57 pm
Guys,
I am not looking for the next identity column, I only need the last one on the table or the MAX one.
create table #test
(
ID int identity(1,1),
code varchar(1)
)
insert into #test (code)
select...
August 25, 2009 at 10:13 am
I have a function which selects max(ID) from a table.
The column ID is an identity column, I am wondering if there is a built in function in SQL that will...
August 25, 2009 at 8:55 am
Hi
They are stored procedures with different parameters.
August 18, 2009 at 1:33 pm
Thanks for the reply, basically I have tables/stored procedures/functions/views that I need to automate the scripting for replication, there are over 700 articles. I mainly have a lookup table which...
August 17, 2009 at 4:17 pm
Ok
I understand it now, so what does the SSIS task do because from what i have seen, it doesnt work properly.
August 15, 2009 at 7:20 am
What i mean is that the code will create the login in the master DB, but it will not map permissions to the user databases.
i.e grant permissions for user DB's...
August 15, 2009 at 6:52 am
I can see this, but this does not resolve permission problems though.
August 15, 2009 at 6:27 am
On a 2005, what DMVs can i use and what kind of information can I extract ?
August 7, 2009 at 5:26 am
Any work arounds guys ?
August 4, 2009 at 6:50 am
Viewing 15 posts - 31 through 45 (of 146 total)