Viewing 15 posts - 271 through 285 (of 653 total)
as Ninja has asked, why?
there are many reasons why your db might be getting slow,including non existance of indexes, data files and log file sitting on the same volume, poorly...
July 9, 2007 at 3:04 pm
you can not use the data grid view in that manner, the nearest you can get for what you want is using the listview with grouping. else you will have...
July 9, 2007 at 8:04 am
the reason is, the dev studio will be waiting for resources which might have been deadlocked.
July 9, 2007 at 6:14 am
how the data looks is really the business of your reporting tool. Which tool are you using for reporting?
In most case in your reporting tool you can use the grouping...
July 9, 2007 at 6:10 am
you take 70-431 to be mcts, and yes to your other questions
July 6, 2007 at 7:38 am
did you enable your broker
ALTER DATABASE TestDB
SET ENABLE_BROKER
July 6, 2007 at 7:36 am
did you try rebuilding your front end app.
July 6, 2007 at 7:19 am
can't we get someone from MS to explain why they don't show us the wrong answered questions?
July 6, 2007 at 7:17 am
the MCITP:database admin is sort of a replacement for the old mcdba on 2000. i would advise you to do the mcitpB admin....
July 6, 2007 at 6:53 am
But any attempt to connect to my local server remotely fails (neither mixed mode nor windows only).
which server are you trying to connect to? 2005 or 2000
July 6, 2007 at 5:52 am
did you get a solution for your problem?
July 6, 2007 at 5:50 am
pardon my misunderstanding what exactly are u supposed to be doing.
why do you have [where AlertDate > (select CAST(getdate()-@day AS varchar(50)))]
July 6, 2007 at 5:47 am
it might be helpful for you to post your code and then we can take it from there.
July 6, 2007 at 3:30 am
you will have to:
create a signed assembly in .net environment
create an asymentic key on sql server for the .net assembly
grant EXTERNAL_ACCESS or UNSAFE permission set to the .net assembly
probably create...
July 6, 2007 at 2:36 am
Viewing 15 posts - 271 through 285 (of 653 total)