Viewing 15 posts - 1 through 15 (of 15 total)
When we create a user with database db_datareader it restricts on all tables. My requirement is :
1. Should not be able to modify any table
2. Should be able to update...
January 29, 2010 at 12:04 am
Thanks Cozyroc once again !!
One more small query - what rights do we need to set on folder storing the package ?
June 1, 2009 at 6:28 am
Also the system I am going to deploy my package will not have SQL server installed in it. It will be just a web server. Integration Services is a part...
May 31, 2009 at 10:49 pm
Thanks Cozyroc.
By SSIS Framework you mean Integration Services. Right ?
Also what about the sharing part ? Do we need to set some sharing rights on the folder storing...
May 31, 2009 at 10:13 pm
As I mentioned in 2nd point, we need to cpoy selective data depending on user input. So its going to be dynamic at runtime. Its not a one time process.
May 22, 2009 at 12:25 am
That was a good explanation. But how to avoid this problem in future ? Is there a problem with indexes which processes wanted to acquire or there is a problem...
January 29, 2009 at 10:48 pm
Sorry the image could not be loaded properly earlier. Also xml contents are as below.
...
January 23, 2009 at 2:14 am
I just want to store XML in Database. Dont want to enforce schema on it. Dont want to update portions of it.
If XML gets modified, just want to update the...
January 8, 2009 at 11:53 pm
Thanks for all the help Guys !! Will try to find out the best solution for my scenario...
September 30, 2008 at 7:01 am
But that would mean creating 20 SP's more...that would be more difficult to manage. Any other possible solution ?
September 23, 2008 at 11:33 pm
Ok. I got it.
convert(datetime,'09/17/2008',101)
Earlier I was misunderstanding above statement. What I thought was above statement converts the given date in 101 format. But actually it means that we want to...
September 23, 2008 at 6:53 am
Yes...SP is writing to a single temporary table based on the condition and then that temporary table is returned at the end.
September 22, 2008 at 5:14 am
September 22, 2008 at 2:52 am
Thanks to All.
August 29, 2008 at 4:12 am
Viewing 15 posts - 1 through 15 (of 15 total)