Viewing 15 posts - 76 through 90 (of 97 total)
I eloborate my question:
1. What would be impact of changing sql server 65 compatibility to 80?
2. All tables are having ansi NULL off, that will not change automatically, Do I...
May 6, 2009 at 10:21 am
goto agent profile->
Create new profile with:
log reader -QueryTimeout =10000...
re-run the log reader this will work.
HTH.
Thanx.
May 5, 2009 at 11:38 am
eg.
SELECT * FROM ::fn_trace_gettable(('c:\my_trace.trc', -1)
GO
my_trace.trc is the profiler trace file you have to save it on you system and access it.
May 4, 2009 at 12:53 pm
Its wierd ... I am working on transaction replication, but i would say... is your replication working? do you see any red mark on your replication monitor?
May 4, 2009 at 10:45 am
May 4, 2009 at 10:44 am
For which DB your shirnk file is not working?
check:
HTH.
Vinay
May 4, 2009 at 10:38 am
you are having sql server 2000 and sys. schema are in sql server 2005+... so that will not work here.
see fn_trace_gettable() in BOL for more info.
What do you want to...
May 4, 2009 at 10:17 am
Hi,
See It all depends, for how many database, how big is the database(s), how much is the activity
generally I would go as follows:
If its a big database
>> I would...
May 1, 2009 at 8:54 am
See the BOL...
Sample % of the database
Generate distribution statistics by sampling the percentage of data in the tables. The higher the percentage, the more accurate the statistics, but the longer...
April 30, 2009 at 1:17 pm
is your auto update statistics on... then I think no need to update the statistics manually...
if you are already having reindex job which is running depending upon the fragmentation... you...
April 30, 2009 at 1:10 pm
I tested and its working.....
make the .bat file as
isql /S /U sa /P /d /i
create another query.txt file where you call the sp... as
exec usp_Vinay
HTH.
Vinay
April 30, 2009 at 9:52 am
We use perl... to run from .bat file.
perl is free.
Pl. let me know if want more info.
HTH.
Thanx.
Vinay
April 30, 2009 at 9:22 am
Master database is the startup database.... so when you restore the master database means you are making the same system for another database...
hence you have to make the same setup...
April 30, 2009 at 9:19 am
Viewing 15 posts - 76 through 90 (of 97 total)