Viewing 15 posts - 1,846 through 1,860 (of 2,496 total)
The best option is to configure the server to use DB Mail. DB Mail is easy to set up and is very reliable. With DB Mail, if your...
December 31, 2007 at 3:42 am
I have heard of people playing with SQL Server under Wine, but do not know if everything worked. One thing is definitely certain - if you get SQL Server...
December 31, 2007 at 3:38 am
I am one of those people who have said that min memory should always be set a little bit below max memory. This is repeating feedback from PSS who...
December 31, 2007 at 3:35 am
This needs to be fixed by your Windows Infrastructure people. All servers in a domain need to have their time synchronised otherwise AD can get very upset. If...
December 31, 2007 at 3:17 am
The attached proc will script all your DB roles and their permissions, and your DB users.
December 21, 2007 at 2:57 am
Do a Google search on: custom report sql 2005
There is a Taskpad View report on sqlblogcasts, and other reports can be found elsewhere.
December 18, 2007 at 2:53 am
The GUID is not a magic bullet. You can do your database design just as well with other data types.
I do recommend you read Colin's post. ...
December 18, 2007 at 2:50 am
The FT catalog has been built as much as it can ever be built. The messages are just saying that certain documents could not be included in the catalog.
Can...
December 18, 2007 at 2:43 am
This is a dupilcate post. Please answer on http://www.sqlservercentral.com/Forums/Topic433935-146-1.aspx
December 18, 2007 at 2:39 am
sp_configure 'xp_cmdshell' is only available in SQL 2005 and above.
In SQL 2000, the best way to disable xp_cmdshell is to modify its permissions in master to prevent use by Public....
December 18, 2007 at 2:21 am
This is no help to the original poster, but if anybody else is considering buying Vista then you should consider getting a TechNet subscription instead. It costs about the...
December 14, 2007 at 3:39 am
In SQL 2000 you can grant anyone permissions to use the SP_OA routines.
In SQL 2005 and 2008 they can only be run by someone with Sysadmin authority. ...
December 14, 2007 at 3:33 am
If it is still relevant, attached is a proc than can script all tables in a DB.
December 14, 2007 at 3:20 am
Jared,
Is there anything in your system that changes the recovery model of your database to Simple or Bulk Logged? If this runs between yuor DB backup and your log...
December 13, 2007 at 4:47 am
Viewing 15 posts - 1,846 through 1,860 (of 2,496 total)