MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Browse by Tags - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Browse by Tags

All Tags » SQL Server 2005 » SQL Server 2000 (RSS)
  • Adding Alias name will improve the performances Or not?

    Hi, Do anyone can confirm me, i am little bit confused whether using alias name will improve the performances Or not? In my point of view, it won't do. Because i observed one thing by the CPU time & elapsed time is less, when i did not use alias name in my query. If it's not Helping to improve...
    Posted to Forum by srinivasanrr_wiz on 07-18-2008
  • Any training tips?

    I have experience with SQL Server 2000 writing queries, creating packages, and procedures. I've been doing the same things in the same way for awhile now, and I feel like there are probably a lot more sophisticated ways of doing things but I can't identify them or figure out how to learn them...
    Posted to Forum by daiye65@gmail.com on 07-15-2008
  • Sql server Interview Questions

    Dear members, we provide a solution of bugs related to sql server along with study material and interview preparation of SQL server. click below link to get your solution http://mssqlinterview.blogspot.com/
    Posted to Forum by jmaneesh on 06-23-2008
  • diffrence in DBMS and RDBMS

    what is the diffrence in DBMS and RDBMS?
    Posted to Forum by gauravtheone on 05-04-2008
  • master.dbo.sysdatabases

    In SQL 2000 you could use this statement to get the path to a database file SELECT Filename FROM master.dbo.sysdatabases WHERE Name = 'MyDatabase' but this won't return anything in SQL 2005. Any ideas how to retrieve the path to the database from any other SQL queries?? I've seen other...
    Posted to Forum by BrianB on 12-20-2007
Page 1 of 1 (5 items)