Viewing 15 posts - 751 through 765 (of 1,138 total)
sureshrajan (9/14/2009)
Would like to query thru SQL on how many tasks, variables inside a SSIS Package? How to get it ?
You cannot via T-SQL, you would need to write a...
September 14, 2009 at 7:40 am
Seth Lynch (9/14/2009)
It's all my fault for locking down the server in the first place:-)
Not saying a thing 😛
September 14, 2009 at 7:31 am
PaulB (9/14/2009)
just wondering what part of the error message is not clear enough...
Hard question Paul, I am going to go for the not online bit, If i win can I...
September 14, 2009 at 7:30 am
luckysql.kinda (9/14/2009)
September 14, 2009 at 7:26 am
Seth Lynch (9/14/2009)
I created a role in master called accessusers and gave that execute on the proc and then gave the user that role in master.
It still feels slightly dissatisfying...
September 14, 2009 at 7:19 am
prajeevan (9/14/2009)
The warning error is: "Your account information could...
September 14, 2009 at 5:30 am
rinu philip (9/14/2009)
September 14, 2009 at 5:24 am
viduvs (9/10/2009)
I am using SQL Server 2005 from last 1 year. But this is the topic I have never understood in SQL Server.
Can anybody please give me a...
September 14, 2009 at 5:10 am
kusum.shah (9/11/2009)
I am a sysadmin on the server. I am able to create a SQL job. However, I am unable to modify the job. Any help would be appreciated.
You cannot...
September 14, 2009 at 4:56 am
Paul White (9/12/2009)
If the problem relates to orphaned database users (where a login of the same name exists but the mapping is broken), you can fix this with ALTER USER
the...
September 14, 2009 at 4:50 am
rinu philip (9/14/2009)
This user should...
September 14, 2009 at 4:46 am
unikhath (5/12/2009)
I'm using Script component in SSIS 2008. This is the error I received when I'm done writing the script.
Microsoft.SqlServer.Dts.Pipeline.CannotCreateUserComponentException: Cannot create user component class. Make sure there is...
September 14, 2009 at 4:34 am
As far as I know, there isnt a BPA for 2008, it is replaced with PBM (policy based managment), which used to be called DMF (declaritive management framework)
http://blogs.technet.com/andrew/archive/2008/03/30/sql-server-2008-best-practice.aspx
September 14, 2009 at 4:24 am
use [mydatabase]
go
exec master..sp_refreshsqlmodule 'object name in here'
September 14, 2009 at 4:02 am
Dave Ballantyne (9/14/2009)
Think these guys are on the same course ? No conferring now gentlemen 🙂http://www.sqlservercentral.com/Forums/Topic787196-146-1.aspx
http://www.sqlservercentral.com/Forums/Topic787221-338-1.aspx
More probably the same guy...
September 14, 2009 at 3:54 am
Viewing 15 posts - 751 through 765 (of 1,138 total)