Partition including refernce tables and multiple keys
Hi All,We are planning to partition our table which have many reference tables. Is it possible to have multiple keys as partitons keys?
View ArticleVL Read Only DB
Hi experts,We have a 4.3 TB database ,can i restore it to another server which is having only 4.3 TB free space in it?Thanks in Advance.
View Articleadding space to tempdb
In order to avoid any failure please add some space to tempDB database on xyz server. I am a new DBA, how to do step by step, please help!I can't shrink the tempdb, either.
View ArticleSQL Server service is not stopping
There was a bottleneck in a server.In order to avoid that I have changed some configuration changes in the Server for Memory setting, Processor settings (Unchecked Automatically set processor affinity,...
View ArticleBackupExec SQL Agent or SQL Server Native backups????
I'm looking after a whole bunch of SQL Servers, both 2005 and 2008, some full and some simple recovery databases with the largest database at 126Gb and some others over 30Gb. Current backup strategy...
View ArticleSQL Agent Job - T-SQL Job Step Question
I am sure I read somewhere that when executing other jobs from the steps of one job, that the main job just kicks off the other job from the job step, then continues to the next main job step without...
View ArticleFull Backup stopped prior to completion
Hello --The scheduled Full Backup of one of our databases failed due to a stop job request. The log file had the following entries:[quote]The job was stopped prior to completion by Shutdown Sequence 0....
View ArticleReasonable Max Memory Usage?
Hey Everyone :-),I wanted to try setting the max memory usage on my test environment as currently sqlservr.exe is using 4317MB of the 5000MB. I just was hoping someone could give me some quick advice....
View ArticleBig DB with lots of free space. Can I shrink?
I'm a new hire (developer....there are no DBAs) on a project whose database occupies 370GB on a drive with 1GB of free space. I was able to truncate about 2 dozen tables full of years of what should...
View ArticleLogin with SA acct failed
Hi All,Here is a scenario that I am going through and need your opinion on this.One of the app guy is asking to login to their server with SA acct since the vendor is there to install an application.We...
View Articleupdates on a table
I have updated a column with null. The column data type is varchar(2000). i update 2 billion rows but no space was released to the database. Do I have to rebuild the indexes or change the datatype to...
View ArticleSSRS 2008 - How to handle subscriptions on 2 instances of SSRS on a cluster?
Hi all, I ran into an interesting question from a developer on how to handle subscriptions on 2 instances of SSRS on a cluster. Our setup is an Active - Active 2 node cluster with 2 instances. ON top...
View ArticleDatabase Mail e-mail notifications not being sent on completion of backup jobs
Hello --I configured our backup jobs to send notifications to the administrators on their respective completion. However, the notifications have not been sent out on job completion. The jobs in...
View ArticleRestore C drive (OS, SQL assemblies) to another disk to save the day
The C drive (OS, SQL assemblies) are stored in SAN Array1 and all data & log files are stored in SAN Array2. San Aarry1 is down now. To fix it, the plan is to restore a backup from C drive to a...
View ArticleTempDB and SSDs
Has anyone noticed a significant boost in performance from running their TempDB on SSDs?
View ArticleNew to Table Partitioning
I have inherited a table that had 18 partitions in it, based on the month of the year starting in Sept of 2011. Since it is now 2013, I needed to alter the partition scheme and function. Looking at BOL...
View ArticleSQL Server 2008 R2 TEMPDB massive autogrowth suddenly.
Today while i was at lunch, TEMPDB had massive autogrows until it filled the disk it sits on. When i returned from lunch there were no complaints from users of any issues just the email alerts from...
View ArticleDatabases are under "Suspect" Mode
All,I have couple of the databases are under suspect mode.What are some of the process you should follow under this circumstance. Please advise.Thanks,SueTons.
View ArticleAsk for help in index
Hi,I'm a beginner in index. I've table and data as following,[code="sql"]CREATE TABLE [dbo].[Zip]( [City_Cd] [varchar](100) NULL, [Zip_Cd] [varchar](10) NULL) ON [PRIMARY]GOSET ANSI_PADDING OFFGOINSERT...
View Article