Viewing 11 posts - 1 through 11 (of 11 total)
Thanks Carley. Apparantly I was thinking too much in Windows "user groups". Unfortunately this behaviour of SQL Server is not very user friendly because you have to "know" where your...
August 9, 2007 at 2:31 am
Jeff, probably I was not clear about the purpose of this. The db user is used only within some SSIS packages for automated data loading and (unfortunately) creation of several...
July 24, 2007 at 1:38 am
This is a great idea, thanks!
Rainer
July 19, 2007 at 10:55 am
The user creates new views within the dbo schema, so I cannot give him control permissions on object level because these views do not exist yet.
Regards,
Rainer
July 18, 2007 at 8:49 am
Sugesh, the user has (as expected) no (explicit) permissions on the views; he can "select" data from the view nonetheless due to his database level select privilege.
As a select privilege...
July 17, 2007 at 9:16 am
Check out the DataType settings in the advanced editor. I had several occasions where the data type of the external columns and the output columns did not match. After setting...
October 20, 2006 at 6:57 am
James,
I ran into this several times and never was happy with the possibilities DTS offers by default. The only way I could work around this was to use Excel (or...
June 16, 2005 at 1:52 am
Not sure what you mean.
The code looks like
Dim fso, f1
Set fso = CreateObject("Scripting.FileSystemObject")
Set f1 = fso.GetFile("c:\test.txt")
Determining if the file is empty might work by checking the size (f1.size =...
April 6, 2005 at 4:04 pm
You could implement a logic similiar to the looping logic for DTS using the DTSStepExecStatus constants and some script code that checks if the text file is not empty and...
March 31, 2005 at 1:16 am
This also strongly depends on the OS. We had a similiar setup with Windows 2000 and 4 hyperthreaded CPUs and once in a while experienced _massive_ performance problems (as it...
March 24, 2005 at 6:49 am
Viewing 11 posts - 1 through 11 (of 11 total)