Viewing 15 posts - 736 through 750 (of 1,335 total)
DISTINCT works as expected only with a single column for multiple columns it checks if the row is distinct instead of checking the first column alone that as you expect...
July 6, 2007 at 4:56 am
Import the text file into a table and do the necessary formatting from there. Else you can also try with excel if the number of rows in the text file...
July 6, 2007 at 1:44 am
does n't theis
select serverproperty('MachineName') help you.
July 6, 2007 at 1:03 am
You can refer this post
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=359&messageid=366252
July 6, 2007 at 12:51 am
A side-by-side installation would go great and as mentioned by the preious user run the upgrade advisor before you go for the upgrade.
July 6, 2007 at 12:37 am
There is a document available in msdn by Ron Talmage titled
July 6, 2007 at 12:32 am
Also you can place the tempdb ib RAID 1 disk array so that you can get better performance. Place the system and user dbs in diffferent drives.
July 6, 2007 at 12:06 am
July 5, 2007 at 11:49 pm
Brain i have already included this in my post
its better to run your service in domain account if your server needs to access network resources.
this says what you have...
July 5, 2007 at 11:36 pm
Yes script for each db and run against it in server.
July 5, 2007 at 11:27 pm
Just give this user sysadmin permission and check if that succeeds. All parameters are right but looks weird.
July 5, 2007 at 11:23 pm
You can also use the CDO objects to send mails. The procedure script is avaiable in this site and that can be used.
July 5, 2007 at 11:10 pm
Since you say this to be a dev machine one idea is to schedule a job to restart sql services so that memory will be cleared and will start from...
July 5, 2007 at 11:08 pm
If the services run under the .Net code then this is the cause as default isolation level for .Net transaction are serializable and that would cause deadlocks. Change isolation level...
July 5, 2007 at 11:00 pm
You can also use the option backup log dbname with truncate_only
then dbcc shrinkfile(logfilename,targetsize)
July 5, 2007 at 10:58 pm
Viewing 15 posts - 736 through 750 (of 1,335 total)