Viewing 15 posts - 31 through 45 (of 51 total)
You can also use the SUM and GROUP BY with arguments like ROLLUP or CUBE these will give a summary row of the policy. GROUPING SETS for multiple groupings of...
July 16, 2010 at 12:39 am
See this article it might give you some directions
http://www.codeproject.com/KB/database/Dynamic_Management_Views.aspx
July 16, 2010 at 12:33 am
The certification is important but when you look at most business intelligence architect job description its the knowledge, skills and experience.
one can be a business intelligence architect in a number...
July 16, 2010 at 12:23 am
make sure you kill all connection and verify your backups before you start the restore. See articles below
http://dbmanagement-blog.com/2009/08/24/how-to-restore-a-database-with-litespeed-for-sql-server/
https://help.maximumasp.com/KB/a592/restoring-database-with-litespeeds-console.aspx
July 15, 2010 at 11:38 pm
if you don't like to use cursors and while statement then this article is good
July 15, 2010 at 11:14 pm
Hi,
You can make this your starting point
http://www.sqlservers.net/p145498-sql-server-optimization-and-the-performance.cfm
http://msdn.microsoft.com/en-us/library/cc278098.aspx#_Toc189384682
June 16, 2010 at 1:15 am
Hi,
Can you give us a sample of the tsql statement.
May 3, 2010 at 1:52 am
Hi
You can also use RowNumber, if you know the number of rows of data see
May 3, 2010 at 1:50 am
Thanks for the information
April 21, 2010 at 11:17 pm
Hi,
I would use the stored procedure (separate from the application in a database) and pass the language selected as a parameter from the application. in this way it is...
April 21, 2010 at 11:14 pm
Hi,
You can check on these sites
http://msdn.microsoft.com/en-us/library/ms175887.aspx
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_23518760.html
April 21, 2010 at 1:47 am
Viewing 15 posts - 31 through 45 (of 51 total)