Viewing 15 posts - 166 through 180 (of 219 total)
All you need is exchange server and valid MAPI Profile. Specify the profile name under the SQL Mail -> support services and start it. And at the backup job go...
June 26, 2003 at 2:20 pm
Very good article Brian, Perfect solution for the companies looking for the high security
But at the same time it is very scary if the service account is lost or...
June 26, 2003 at 2:03 pm
There are so many problems with SP3a. MS is going to talk more about SP3. I would suggest wait for some more time. If you decided to install here is...
June 26, 2003 at 12:40 pm
Definitely NOT. I would recommend to create more files per each group and place on the different disks (2 to 3 file on each disk), this will definitely improve the...
June 26, 2003 at 12:27 pm
If it is a server fixed role you can use ‘sp_srvrolepermission’ to see the list of permissions, and for the database fixed role ‘sp_dbfixedrolepermission’. But unfortunately there is no function...
June 26, 2003 at 9:47 am
I believe they don't do the data defrayment, but if you re-organize the data you really don't have to do the data defrayment.
June 26, 2003 at 9:38 am
I usually store the result of the following query in a table.
Select name, CONVERT (VARBINARY (32), password) from master..syslogins where name in (Select name from Dbname.sysusers where uid <> 0)...
June 26, 2003 at 8:44 am
Go to the Services in the Administrative tool from the Control Panel and change the log on for the SQL Server and the executive. You must re-start the server to...
June 26, 2003 at 8:27 am
It looks like there is another active thread to this file. Make sure no one else is accessing the File exclusively. Read-Only is fine. I do see these kinda ...
June 25, 2003 at 3:19 pm
I guess racosta is referring to the Database name instead of server name? Here is an Article on moving SQL to a new Server
http://www.databasejournal.com/features/mssql/article.php/1479841
June 25, 2003 at 12:21 pm
You can have the job result to log in to Windows Event Log, and then write a program to notify you. There are several products outside to monitor things...
June 25, 2003 at 9:59 am
Alternatively you can use the following one to copy single DTS Pack
Go to Enterprise manager -> Data Transfermation services -> Select the package -> Open the package -> In the...
June 25, 2003 at 9:51 am
Here you Go
http://www.sqlservercentral.com/columnists/awarren/copyingdtspackagestoadifferentserver.asp
June 25, 2003 at 9:47 am
Try the Following one
ALTER TABLE [dbo].[XXX] ADD
CONSTRAINT [FK_ATC_DIM_ATC_LVL_4_CD] FOREIGN KEY REFERENCES [dbo].[RDM_ATC_LVL_4_LKUP] (
[ATC_LVL_4_CD])
June 24, 2003 at 9:59 am
Make sure your referencing column in the master table is Primary Key, same data type and the size.
June 24, 2003 at 9:44 am
Viewing 15 posts - 166 through 180 (of 219 total)