Viewing 15 posts - 1 through 15 (of 17 total)
Hi
Can you elaborate a little more the question ?? time out for what kind of querys, connection, etc ??
Here some info., right click on the server name, select properties, tab connection, in the...
January 17, 2005 at 3:40 pm
Hi, i get the error some time before, and the problem was a change in sql authentication... was changed to windows aut..
Check this link, may be help you
http://support.microsoft.com/default.aspx?scid=kb;en-us;225129
http://support.microsoft.com/default.aspx?scid=kb;en-us;238477
December 29, 2004 at 1:04 pm
Well one suggestion is, stop SQL, backup o rename tempdb.mdf and tempdb.ldf files, then copy the original files from SQL installation CD.. start the sql ,, check if the error appear......
December 22, 2004 at 5:07 pm
UPDATE tblSiteReview SET tblSiteReview.blnNonCompliant = True
from tblSite,tblSiteReview--,INNER JOIN tblSiteReview ON tblSite.tblSitePK = tblSiteReview.tblSiteFK
WHERE (((tblSite.intStatus)=2) AND ((tblSiteReview.dtmReviewDate)>[tblSiteReview].[dtmExpDate]))
December 16, 2004 at 12:27 pm
December 2, 2004 at 9:13 am
Hi,,
When you execute a query two or tree times, the statistics of the query is in "cache" and the next times is excuted more quickly.
When you run the execution plan is some icon with high...
December 2, 2004 at 8:49 am
i did the same and works fine for me ... strange thing, may be something is wrog in the second computer, try in a third computer
November 30, 2004 at 4:53 pm
hi
And then shrink the file if the log file size is very large using dbcc shrinkfile o in sql 2000 throught EM
.
November 30, 2004 at 3:58 pm
Hi
Yes one easy way is configure the trace with the following filters, use:
databaseid
loginname
and exclude all other users in the database
objectid
Try this and let me know any doubt
thnks
November 30, 2004 at 3:30 pm
Ok, in this case, yes, you still using your actual process,
but you can write some lines for a job to check the run_status in sysjobhistory in msdb for each job and send email...
November 30, 2004 at 3:22 pm
You can't be able to add a default instance in the second node o virtual server, from BOL -->
SQL Server 2000 depends on distinct registry keys and service...
November 30, 2004 at 2:54 pm
thanks, 1 more question
-is the user mjane a domian account ?? Local
HERE THE QUESTION-->The account is local in the SQL server o is locally created in the clients machine
In client...
November 30, 2004 at 2:11 pm
You can use a database maintenance plan, it create a job for backup, and each back up file is named like, databasename_date.bck..
in the maintenance you can specify how many day to maintain for recovery..
November 30, 2004 at 1:54 pm
try this .., in the old profile open a mmc an then open microsoft sql enterprise manager from the snap-in, check that all servers are listed, then file save as...
November 30, 2004 at 1:47 pm
Well need more data, but
-is the user mjane a domian account ??
-is the account domain\mjane a user in the sql security and assigned to some database??
-how is the users connecting, QA,...
November 30, 2004 at 11:49 am
Viewing 15 posts - 1 through 15 (of 17 total)