Viewing 15 posts - 331 through 345 (of 492 total)
Database backup size depend on the total files size,he has mentioned each file have 5GB restricted size,how many files are there,do you people know this, if 1 data file and...
May 2, 2011 at 2:44 am
Read Books and CBT nuggets and training videos and all stuff are available on the internet free of cost
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE...
May 2, 2011 at 2:35 am
I'm probably one of the larger SSIS advocates here
I am shocked because you dont know about how to generate T-SQL script from SSIS for the maintenance
Again, why? What's a USB...
May 2, 2011 at 2:25 am
Check the path and permission on the service account which one is using for SQL Server
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP...
May 2, 2011 at 2:17 am
execute .exe files as an Administrator ,if this windows 7 or windows Server 2008
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My...
May 2, 2011 at 2:08 am
your database files structure,how many file groups and files places on different physical drives or simple on different partition,tempdb database place,how many files in tempdb database
How much filfactor have you...
May 1, 2011 at 2:04 am
SELECT ST.TEXT,SP.* FROM SYS.SYSPROCESSES SP
CROSS APPLY SYS.DM_EXEC_SQL_TEXT(SP.SQL_HANDLE) ST
WHERE SP.STATUS != 'SLEEPING'
ORDER BY SP.CPU DESC
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
May 1, 2011 at 1:54 am
Total Processors
Total RAM
Total Drives not partition
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
May 1, 2011 at 1:50 am
Data Source=myServerAddress;Failover Partner=myMirrorServerAddress;Initial Catalog=myDataBase;Integrated Security=True;
May 1, 2011 at 1:41 am
Have you applied Service Pack 2 if this SQL Server 2008 or CU6 if this SQL Server 2008 R2,what is the server configuration
Total Physical Processors
Total Logical Processors
Total RAM
Number of Physical...
May 1, 2011 at 1:26 am
if you split tables on the same disk but different file group and data on the tables are huge then you should increase the performance and you can increase more...
May 1, 2011 at 1:13 am
First install Service Pack 4 for SQL Server 2005 and Service Pack 2 for SQL Server 2008
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP...
May 1, 2011 at 1:10 am
First thing is you cant delete primary file and Second thing is organize the database with
USE [database name]
GO
DBCC SHRINKDATABASE(N'Database Name', 1 )
GO
It will works for all data files and...
May 1, 2011 at 1:06 am
first thing is to create script of index rebuilding from SSIS and execute 5 to 15 indexes at a time as your space and execute log backup and then log...
May 1, 2011 at 12:53 am
Use multiple Service Accounts
Different Account for DB Engine or Instance
Different Account for Agent Job
and so on
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP |...
April 30, 2011 at 12:13 am
Viewing 15 posts - 331 through 345 (of 492 total)