Viewing 15 posts - 46 through 60 (of 63 total)
Hi there you will need to do a select * from sysfiles, this will tell you what your log filename is you must have called it something diff.
t
July 1, 2008 at 11:05 pm
The process for clearing this is as follows
1) dbcc opentran(dbname) - this will show the oldest open transaction
2) Kill this process command kill suid
3) backup log...
July 1, 2008 at 8:29 pm
Maybe you should try bcp the file program itselft, are you sure the file is in the right format and you have the right headings for the columns.
Terry
June 30, 2008 at 11:00 pm
Yes you can just input the group message
Exec master.dbo.xp_sendmail
@recipients = 'Group@Acme.com',
@message = 'have a nice day',
June 30, 2008 at 8:37 pm
http://support.microsoft.com/kb/271509
This this is what you want, T
June 30, 2008 at 7:04 am
osql -E should log you in automatically, however, if you don't want to use that and use another user then type osql -U username -P password
June 29, 2008 at 10:53 pm
What is the error you are getting? There might be a problem with your shell. Have a look at microsoft books online.
June 29, 2008 at 10:39 pm
Hi there this is a bug with service pack 4 look on microsofts website it tells you there what to do.
Regards,
Terry
June 29, 2008 at 5:01 pm
go to jobs in the server management studio right click on the jobs script to create and to clipboard then click the connect button, select the server you wish this...
June 29, 2008 at 4:57 pm
SQL Server 2005 T-SQL Recipes - A Problem-Solution Approach or the sql cookbook
June 25, 2008 at 6:59 pm
Yep I would use logshipping probaly every 1hr depends on how fast your line is and the over head on these systems.
Regards,
Terry
June 24, 2008 at 10:35 pm
I would also recommend getting some dvd training it is very good. Maybe by learning tree or someone like that.
June 22, 2008 at 7:21 pm
Depends on how much space you need, I would probably Install everything on one disk and raid the other two keeping your databases on the raid, it is always cheap...
June 20, 2008 at 12:34 am
Who are you using for your smtp connection? Maybe they are blocking this, do you have a microsoft or unix server in office that can access the net if so...
June 19, 2008 at 2:42 pm
Viewing 15 posts - 46 through 60 (of 63 total)