Viewing 15 posts - 316 through 330 (of 492 total)
Go to particular column and then RIGHT CLICK and then click on Expression
=IIF(user(),Fields!Sales.Value,'NA')
you can do this with IIF condition ,you can visit on this link for global parameters in...
May 6, 2011 at 4:50 am
you can check this restore statement with headeronly clause it will provide backup file information and lsn information also
RESTORE headeronly FROM DISK = N'C:\vbslog'
GO
USE MSDB
GO
SELECT * FROM...
May 6, 2011 at 4:43 am
For Date Format
http://msdn.microsoft.com/en-us/library/ms187928.aspx
For Export Utility available in SSMS (SQL SERVER STUDIO MANAGEMENT)
Export Data to Excel Videos
May 4, 2011 at 6:53 am
DSN
A DSN (Data Source Name) is an identifier which defines a data source for an ODBC driver.
A DSN consists of information such as:
• Database name
• Directory
•...
May 4, 2011 at 6:46 am
Check Performance Monitor and Resource Monitor also for the specific disk issue or queue and check this query to find out the query which one is a good candidate of...
May 4, 2011 at 4:25 am
http://msdn.microsoft.com/en-us/library/ms190913.aspx
open your principal database on SSMS SQL Server Management Studio and then click on new query and then pass this statement
ALTER DATABASE yourdatabase SET PARTNER TIMEOUT 30
May 4, 2011 at 4:20 am
select * from view_lan where language_id != 1
try this
May 4, 2011 at 4:18 am
There are several Administration Books for SQL Server 2008 are available on the
Books
Lab Manuals
Videos
Editor: Link removed.
May 4, 2011 at 4:11 am
you can use this command on SQL Server 2008 and 2008 R2 also,if you want to truncate the file just add new log file and restrict the first one to...
May 3, 2011 at 10:17 am
After latest full backup there is no need of previous log or previous differential backup they are useless,whenever you change the database model then you should take first full backup...
May 3, 2011 at 10:12 am
you can use SQL Server BI Development Tool with the help of SSIS package as shown in the attachements
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE...
May 3, 2011 at 10:02 am
any operation performed that was not a part of daily routine
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP | IBMCDBA
My Blog
May 3, 2011 at 4:34 am
is there Clustered index on this table ? if not then create it first then create non-clustered
Regards,
Syed Jahanzaib Bin Hassan
MCTS | MCITP | OCA | OCP | OCE | SCJP...
May 3, 2011 at 4:27 am
this creates a database 100 MB in size. However, the backup file is only 2MB in size, since the database contains only metadata at this point
Backup option perform with compression...
May 2, 2011 at 6:27 am
Viewing 15 posts - 316 through 330 (of 492 total)