Viewing 15 posts - 61 through 75 (of 79 total)
thanks for the reply , i have solved the problem.
I have concatenate all single row data to a variable with comma as follow
select @var = char(39)+colname+char(39)+','+@var from table
select @var =...
September 1, 2009 at 4:02 am
i have this thread which can solve the problem
http://www.sqlservercentral.com/Forums/Topic581296-359-2.aspx
thanks and regards
ramu
August 11, 2009 at 11:34 pm
hi all,
thanks for the reply,
i have forum and got good answer that first assign only db_datawriter rights to the user and
explictly assign select delete insert alter and create permission to...
August 11, 2009 at 11:14 pm
Hi,
log is increaing as there are lots of insert update and delete operation going on the Database. You can shrink log by taking first full backup once a week and...
August 11, 2009 at 1:25 am
hi,
Even i thought of using DDl trigger but it will effective to all users.
I dont want to restrict users from changing table view or procedure schema but to restrict...
August 10, 2009 at 11:43 pm
If you are using SSIS to load the data of excel sheet. Put validation before loading the data into database. the job might failed because of empty records.
Use openrowset in...
July 26, 2009 at 11:43 pm
To be more specific, i have source table lets mytable which have 4 million records.
in order to reduce the time i have taken four dataflow. and in each data flow...
July 21, 2009 at 3:41 am
Please help guys.
ramuvanparti (7/17/2009)
hussain27syed (7/17/2009)
are u trying to use multiple queries in the different dataflows under the same task?Yes i am doing the same way.
July 20, 2009 at 4:40 am
hussain27syed (7/17/2009)
are u trying to use multiple queries in the different dataflows under the same task?
Yes i am doing the same way.
July 17, 2009 at 4:26 am
guys i hope my problem is clear to u all
Regards
Ramu
July 17, 2009 at 1:03 am
thanks for reply
what about non aligned when it should be used
July 13, 2009 at 5:33 am
guys please suggest some thing
July 13, 2009 at 2:50 am
use dbcc shrinkfile
or backup log with truncate only option or set recovery model to simple
July 9, 2009 at 5:42 am
Viewing 15 posts - 61 through 75 (of 79 total)