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 -

in Search

Browse by Tags

All Tags » SQL Server 2005 (RSS)
  • beginner

    i am interested in learning SQL Server but am a beginner any help
    Posted to Forum by mathew on 06-26-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
  • Installing Replication Components on Existing SQL 2005 Instance

    I have the following: 4-node, 3-instance SQL 2005 64-bit Enterprise SQL cluster on Win2K3 64-bit O/S. SQL instance install occured 8 mos. ago Instance has been patched to SP2 Replication components not installed originally Therefore if I attempt to configure distribution I get the following error: 21028...
    Posted to Forum by timmer26 on 06-22-2008
  • exception handling in sql server 2005

    hi every body, i have a problem with exception handling in sql server 2005 i have written a code like CREATE Procedure PaginRec ( @PageNum int, @NumOfRec int ) as begin try Begin with DIVRES as ( select Row_Number() over(order by Responsible desc) as row, Responsible , Division from Bulist) select Responsible...
    Posted to Forum by learner520 on 06-18-2008
  • how to convert nvarchat to decimal (sql server 2005)

    SELECT f1, f2, SUM(Convert(decimal(20,2), f3) FROM t1 GROUP BY f1, f2 ORDER BY f1, f2 (all three fields are nvarchar and f3 has values like '123,345.65') I am getting an error when converting nvarchar can some one please help me to get around this... Thanks..
    Posted to Forum by kiribath on 06-12-2008
  • Performance issue

    I have 2 identical Hardware servers. They were bot purchased and set up the same exact way. They are HP DL 580 G5, 64-bit EM64t/x64 with 16 CPU's running at 2.9GHz with 64 GB RAM. Both have SQL Server 2005 installed. SQL Server has a max memory setting of 52GB. Both servers have a database called...
    Posted to Forum by dgagne on 06-09-2008
  • Error on create database

    When i try to save data on sql 2005 database , it shows following error No row was updated The data in row 1 was not committed Error Source: Microsoft, VisualSutio, DataTools Error Message: The updated row has changed or been deleted since data was last retrieved Correct the errors and retry or Press...
    Posted to Forum by guru on 06-03-2008
  • msdb Jobs issue

    I have an issue where I have phantom jobs running ... it appears that jobs are running at their old scheduled times along with their new scheduled times. I have reviewed the entries in the msdb.sysmaintXXX and msdb.sysjobXXX tables and I do not see an entry for the previous times. I have also deleted...
    Posted to Forum by tony_c525 on 05-30-2008
  • diffrence in DBMS and RDBMS

    what is the diffrence in DBMS and RDBMS?
    Posted to Forum by gauravtheone on 05-04-2008
  • Re: Configure Microsoft Access Linked Tables to a SQL Server Database

    Another great and accurate article. A question I have is in your article you stated to select the 'primary key' for the tables or 'cancel' if you don't know them; if you don't know them and later find them out how can you update the table to use the 'primary key'? Would...
    Posted to Forum by jrea8830 on 04-18-2008
Page 1 of 2 (18 items) 1 2 Next >