Viewing 15 posts - 16 through 30 (of 39 total)
Do you mean that you want to find out how many SQL Servers and what versions are installed in your environment
October 14, 2011 at 12:42 pm
In Sharepoint mode, you can have your SSRS reports deployed to sharepoint.
October 14, 2011 at 12:38 pm
Have you followed the correct steps on how to create Parent-Child packages.
October 14, 2011 at 12:34 pm
Why are you casting Float to Varchar. Why dont you set @param as varchar initially.
October 14, 2011 at 12:29 pm
Create a roll-over trace files and then run the DETA on each of them seperately.
October 14, 2011 at 12:19 pm
ROUND() function is another way you can try.
October 14, 2011 at 12:15 pm
The simplest method to refresh is to take a backup and restore the latest production copy
October 13, 2011 at 11:31 am
With RESTORE DATABASE WITH MOVE, you can provide new locations for your data files.
October 13, 2011 at 11:21 am
You will need the full 1.6TB of space to restore your database. However you can create mutiple filegroups and files to create secondary data files on to different disks. I...
October 13, 2011 at 11:20 am
You might want to take a log backup before and after the process.
October 13, 2011 at 11:17 am
If you block the port 1433, 1434, you need to make the change in your application connection string to add a new port otherwise you won't be able to connect...
October 13, 2011 at 11:13 am
Do you have any other SSMS installed I mean of 2005. Test with SSMS 2005 if you are able to update the jobs then we will know if this issue...
October 13, 2011 at 11:09 am
Just check if the job is pointing to the correct database.
October 12, 2011 at 6:23 pm
You should have 64K stripe size for SQL Server. You may also test with the stripe size of 256K because it can help increase the performance of the read-aheads.
October 12, 2011 at 6:15 pm
Run sp_who to check if any connections are made to SQL Server
October 12, 2011 at 6:07 pm
Viewing 15 posts - 16 through 30 (of 39 total)