Installation Problem
I have problem about ms sql 2008 r2 step select features not show select.messeg : The version of SQL Server instance Shared Component does not match the version expected by the SQL Server update. The...
View ArticleExecute SQL Tasks Failing for Duplicate Syntax Between DEV and Production DB
Newbie here...be patient with me!I added tasks to refresh two tables (delete from, insert into, update) to an SSIS project . I have them running from the WinXP scheduler. The issue:In dev the tasks...
View ArticleWays to display SSMS data vertically?
We have several tables with 30+ columns (imports from an older system). Scrolling horizontally through the data is cumbersome at best. What's the best way in Sql to present the data vertically, like...
View ArticleCould you please suggest how can we trigger a sql Job when some of the views...
Could you please suggest how can we trigger sql Job when some of the user defined objects are missing.we have some views which get dropped when the database is restore. so could you please suggest how...
View ArticleHow SQL Server compares date/datetime in low level?
Hello Everybody, I have one question, related with date comparation on SQL Server 2008R2. For example I had declared one variable: declare @aDate1 DATE = '2011-01-011', Then, if I need to filter data...
View ArticleNon-Equi Joins
I am taking Microsoft Course 4329 on Joining Data from Multiple Tables in SQL Server 2005, and I am stumped in the Lab, Task 2, Step 3.How can I rewrite the following SQL Statement to produce the same...
View ArticleSelecting TOP 20 Products per Catagory
HiI'm trying to select the TOP 20 Products per Catagory out of my Star Topology Databaseif someone would PLEASE be able to help me out.Here is my Query: - SELECT Distinct (SELECT TOP 20...
View ArticleSSIS to Update a table
Sir, Now I m also into an migration project Sir Can you help me to How to Update table from flat file ..datamigration needs to be done from flat file .if the value in the flat file already exist...
View Articledifference between sql server 2005 and sql server 2008 installation
Hi,What are the differences between sqlserver 2005 and 2008 in installation?
View Articlehow to do group by having count in case insensitive?thank you very much
hi i'd like to ask is it possible to make a query of group by having count in case insensitive? for exampleselect name from table group by name having count(name)>1 but i hope i can find...
View ArticleWhat is the difference between licencing pricing list calls per user...
hi................... i am junior system admin .In our company we want to buy a sqlserver.. i have a little bit confuse how can u buy it depends on processor or user calls...
View ArticleError in Starting Database Mirroring
Hai Everyone.. I have an issue in mirroring which i described below.I am getting the above error when i click on "start mirroring" button. I turned off firewall in my antivirus. And i also executed the...
View Articlechange collation for each table in database
Hi all, how do I change collation for each table in database (using one command if possible) ?
View Articlesql server not starting
Hi,If sql server is not starting and even no errors are in error logs, then what is the next approach to it get resolving.
View Articlehow much time does it take to rebuild index
Hi,How much time does it take to rebuild the indexes of 1 TB size table.
View ArticleValues of SQL_HANDLE_DBC
I would like to know the value of SQL_HANDLE_DBC and an explanation of the values I need to use for :Private Declare Function SQLAllocHandle Lib "odbc32.dll" _ (ByVal HandleType As Integer, _ ByVal...
View ArticlePerformance Issue OnSingle Database
Hi,I have a performance issue on a single database on a SQL Server that has 32 databases. All other databases appear OK.How do I begin investigating this?I'm running SQL Server 2008 R2.RegardsPaul
View ArticleCreating procedures in SQL
I have this SQL code:The first one is when users select all records from Assigned table and when user TaskSelection as combo box="Assign"SELECT BaseClassRoutineAssigned.* FROM BaseClassRoutineAssigned,...
View Article