Viewing 15 posts - 1,051 through 1,065 (of 1,253 total)
Please post in the appropriate forum
October 24, 2007 at 3:19 am
Hi
Just a guess...
Maybe sql is running out of memory or the cpu is being heavily used by the BCP statement.
October 24, 2007 at 2:55 am
Hi
U can also use sp_who to check whether any users are connected to a database. But i think running profiler for some amount of time is the better option.
October 24, 2007 at 2:51 am
Hi
Returning 20 rows 20 times is better than returning 700,000 rows at one go most of the time and i think that shud be your approach to this.
But do...
October 23, 2007 at 2:20 am
Hi
Your proc is all wrong. Its not the way to go about it.
If you want me to write the proc send me the table definitions and some sample data....
October 23, 2007 at 2:13 am
Hi
User can also view the pages 15,36,45 rt?.
If you are displaying only limited and fixed number of records then putting the paging logic in the db is correct.
But if...
October 22, 2007 at 2:54 am
Hi K
I suggest you undertake some training on basics of SQL . Traning could be done within the organization you work in ... somebody senior could be your mentor or...
October 21, 2007 at 11:59 pm
Hi
Better not to exec a proc inside a trigger particularly if the proc is again inserting into the table.
October 19, 2007 at 4:42 am
kokwei_w (10/19/2007)
thank u sir.. this works fine now.. minor alterations here and there got this script working
i have modified n reused the codes to group the concatenation as such
DECLARE...
October 19, 2007 at 4:35 am
hi
do yuo have any jobs or any other background process thats accessing master db.
October 18, 2007 at 5:36 am
kokwei_w (10/17/2007)
DECLARE @empskill2...
October 18, 2007 at 4:56 am
kokwei_w (10/17/2007)
thanks for the reply to my query..
i guess it is working..
this is the code i m looking at rite now..
DECLARE @empskill2 VARCHAR(100)
SET ...
October 18, 2007 at 4:53 am
Hi
you can set a backup location in the maint.plans.
Which service pack are you running on. There were some problems with maint.plans which have been sorted out in service packs....
October 18, 2007 at 4:28 am
Hi
Andras is right here.
I think the best long term option would be to take log backups.
October 18, 2007 at 4:24 am
Viewing 15 posts - 1,051 through 1,065 (of 1,253 total)