Viewing 15 posts - 16 through 30 (of 123 total)
Thanks Yelena. It's a domain account.
Zubeyir
June 5, 2007 at 10:18 am
It's done automatically.
May 18, 2007 at 6:24 am
Yeah. It'll keep eating until the limit is reached. But SQL 2005 can give you back the mem. resources the it allocated.
Zubeyir
May 18, 2007 at 5:47 am
If you're in a situation that you cannot stop the SQL engine, I suggest you to have ghost back-up.
May 18, 2007 at 5:08 am
SQL 2000 does not give back the memory that it got from the OS once. The mem. released only when you restart the instance.
For the first scenario SQL engine...
May 18, 2007 at 5:02 am
The reason that it runs automatically is "Auto Track Changes". This option seems to be on on your FT index. You can set a job to run during night.
Zubeyir
May 16, 2007 at 7:42 am
Initially there is no system job on any sql instance. But services like full text or log shipping can produce some jobs on the server. You can identify those by...
May 16, 2007 at 7:03 am
You sad you have just inserted some large data into the tables. Maybe full text catalogs are not yet populated. Are you manually updating the tables? Can you successfully select...
May 16, 2007 at 5:44 am
select * from dbo.sysjobsteps where job_id = 0xDA9A9D92A78C0E42A37EE96C7BEBB073
Should just work.
May 16, 2007 at 5:22 am
Do you get any error? What kind of misfunctioning does it have?
May 16, 2007 at 5:16 am
What's inside this DTC package? T-SQL or anything?
May 16, 2007 at 4:54 am
As a best practise it's always better to keep user interactions out of the transaction scope. That way you may be able to keep transactions shorter and smaller. And they're...
May 16, 2007 at 2:52 am
If you rename the machine name of a sql instance that renames your sql instance too. But if you have a named instance you (as I know) need to uninstall/reinstall...
May 16, 2007 at 2:32 am
Maybe not directly related but why are you using "%" with the test query. You just give the actual query and let the sql produce the template.
Zubeyir
May 16, 2007 at 2:26 am
Viewing 15 posts - 16 through 30 (of 123 total)