Viewing 15 posts - 61 through 75 (of 349 total)
[font="Verdana"]I agree with Jeffery :).. Setting SPN will solve the problem, coz the connection will use Kerberos authentication.[/font]
July 17, 2008 at 11:36 pm
[font="Verdana"]You can enable agent xp's from SAC or through sp_configure.[/font]
July 17, 2008 at 4:37 am
[font="Verdana"]In SQL Server you need to use % symbol
SELECT NAME from employee where name like '%kumar%'
The above query will return all the names from employee table which has kumar in...
July 17, 2008 at 4:33 am
[font="Verdana"]Try the below code.
SELECT sum((size*8)/1024) as 'All db Size' from sys.master_files
[/font]
July 17, 2008 at 4:26 am
[font="Verdana"]While doing inplace upgrade the only problem is you can't rollback easily.
Main is that take a backup of all your databases, logins.[/font]
July 16, 2008 at 11:50 pm
[font="Verdana"]The article gives you the right direction.
Either you can save the DTS packages as legacy packages and import in the destination server or else open the package in designer and...
July 16, 2008 at 11:48 pm
[font="Verdana"]Restart your sql agent service from configuration manager. If it failed to started, post back sqlagent.out file content.[/font]
July 16, 2008 at 11:44 pm
[font="Verdana"]Why cant you try detach \ attach method. Try the steps below
*) Take the logins which has this db as default db
SELECT name from sys.syslogins where dbname='dbname'
*) Detach the db
*)...
July 16, 2008 at 11:38 pm
[font="Verdana"]You may change the owner of the job to SQL Agent service account? If your service is running on Localsystem then change the owner to NT AUTHORITY \ SYSTEM.
Through which...
July 16, 2008 at 11:33 pm
[font="Verdana"]Hi,
Do you have a public mail profile & default mail profile?? If not provide public privilege to the profile you have created and make it as default profile [/font]
July 9, 2008 at 3:12 am
[font="Verdana"]You can use sp_cycle_errorlog procedure in master database to recycle the errorlog, so that a new errorlog file name ERRORLOG will be generated and it will be used. Once this...
July 9, 2008 at 3:08 am
[font="Verdana"]Hi,
You can upgrade a database from lower version to higher version (i.e SQL 7 to SQL 2000) and its not possible to degrade it (i.e from SQL 2000 to SQL...
July 7, 2008 at 7:30 am
[font="Verdana"]YOu can check the link below to solve this problem
July 7, 2008 at 7:24 am
Viewing 15 posts - 61 through 75 (of 349 total)