Viewing 15 posts - 5,401 through 5,415 (of 6,216 total)
Steve, didnt they have the internet connector license with SQL7?
Andy
November 26, 2001 at 11:59 am
Depends on what you mean. Officially, the only thing you can do is backup or restore, SQL provides no built in means to edit or view the logs. A good...
November 26, 2001 at 4:59 am
IO isnt necessarily bad. If it was going to be hit a LOT, maybe would be worth building as a static page. Have to weigh the cost of building your...
November 25, 2001 at 5:55 am
Take a look at the GETUTCDATE() function - this would let you convert both times to a common standard before doing the datediff or whatever.
Andy
November 25, 2001 at 5:53 am
There is no easy way. One option is to use the file scripting object and the sp_oa~~~ procs. Another is to use the output option of xp_cmdshell to redirect stuff...
November 24, 2001 at 2:12 pm
For #1, it's the distribution database used by replication.
For #2, exactly - transactions are logged, but you can only do a full backup, not a log backup. It's never very...
November 23, 2001 at 3:45 pm
I keep at least two days on disk. In my case I know that the tape backup will always run after the SQL job. Keeping two days on disk allows...
November 23, 2001 at 3:43 pm
I've had problems in the past when the folder name(s) were changed for some reason. Usually you have to drop all the full text stuff, remove the folder, rebuild it.
Andy
November 23, 2001 at 7:03 am
Take a look at these two articles:
http://www.sqlservercentral.com/columnists/bknight/sp_msforeachtable.asp
http://www.sqlservercentral.com/columnists/bknight/sp_msforeachdb.asp
Andy
November 22, 2001 at 4:04 pm
Im not aware of a method of doing this. Maybe the closest you could come would be to use the sp_oa~~ procs to use ADO or file scripting object, or...
November 22, 2001 at 4:03 pm
Dave,
It fails because they are not the job owner. Quote from BOL on sp_start_job:
"A user who is not a member of the sysadmin role can use sp_start_job to start only...
November 22, 2001 at 3:56 pm
DB set to autoclose maybe? If EM was keeping it open, you'd see a lag when a new connection was established.
Andy
November 22, 2001 at 3:44 pm
Steve, I must have missed your response about Foxpro...too funny! I honestly haven't used FP, so I throw rocks at it mainly to annoy Leon. Still, I'm pragmatic about such...
November 22, 2001 at 3:40 pm
Couldnt ask for a nicer comment!
Andy
November 22, 2001 at 3:34 pm
Viewing 15 posts - 5,401 through 5,415 (of 6,216 total)