Can I manage several "identical" MS SQL Databases with different data?
I have a set of different stores that belong to different owners I have a common web application for all of them. The Data bases are identical (same tables, columns store procedures etc.) but the...
View ArticleSQL 2012 Installation Error
Good DayI am trying to install SQL 2012.during the installation process it halts and I receive the following message:TITLE: SQL Server Setup failure. ------------------------------SQL Server Setup has...
View Articledisplaying images from sql server in a image control
I want to display images from sql server in a image control.My table name is MK_Aboutus having fields as:MK_Code,Text,Image1image is inserted in database successfully but i am unable to display it,I...
View ArticleUpdate Statistics blocks update queries?
Hi All,"update statistics requires table scans internally leaf-level scans of indexes and column scans, may increase I/O contention, may use the CPU to perform sorts, and uses data and procedure...
View ArticleRestoring just single table from backup – SQL server 2005
How can I restore just single table from regular SQL server backup? To avoid restoring the whole database…
View ArticleSQL Server Installation using VB Scripts
Hi All,Is there any possibility to install SQL Server 2008R2 or any version of SQL Server using VB Scripts.Please share your views on this.Regards,Kalyan----Learners Curiosity Never Ends----
View ArticleSQL report builder Unhandled exception for Font selection.
I just installed SQL report build 2.0.Whenever I mouse over any of my text boxes I'm getting the following exception thrownUnhandled exceptioin has occurred in your applicaitonFont 'Arial' does not...
View ArticleHow to give read & write permissions to a specific table in a database of SQL...
Hi All,How to give read & write permissions to a specific table in a database of SQL 2008R2?Please suggest on this.Regards,Kalyan----Learners Curiosity Never Ends----
View ArticleA basic question to start with SQL - what tools should I use?
Hey,I am going to start learning SQL soon and the book I just got (Beginning Microsoft SQL 2012 Programming) refers to special software like "SQL Server 2012 management tools" and recommends to get the...
View ArticleHow to add new line in sql server 2008 db
hi all,I have an address column. some data from the address has to come in the next line. i wonder if there are any new line charector that i can put directly to the database to achive this (like...
View ArticleMy Server Log File Showing Space Problem...
Hi All,i am facing problem with database log file.Initially the log data file stored under server drive with 350gb space/360 gb data.Now it showing the space allocation problem in my drive and there is...
View ArticleIf someone have no experience with SQL Server and start learning SQL Server...
If someone have no experience with SQL Server and start learningSQL Server 2012development , Administrationand BI . The point now if this person faced SQL Server 2008 in one day can deal with it easly...
View ArticleVerify if a record exist to a given ID
Hello everyone! I am facing a problem here that may be easy to solve. I have a query to add lines to a table. This query is executed every 3 hours, but when it is going to be executed, i want to know...
View ArticleSQL Server Entreprise 2012
HI All I downloaded and installed SQL server EVA Edition. I have seen bought the OLP Lic for SQL Entreprise 2012. But it doesn't seems to have the Key for me to Register my installed copy. Please help
View ArticleSqlBulkCopy retain multiple row in cell
I am using SqlBulkCopy to import Excel data to mssql. I have many rows of data in Excel with 2 columns which the content has Line Feed and Carriage Return (I understand from reading online below is...
View ArticleMS BI
Hi, I'm new MSBI. Can anyone help me, what is the software needed for MSBI? how to install? & sites for MSBI tutorial.
View ArticleSQL Query
I have a table (Tab1) with two columns (C1 & C2)C1 has values 1,1,1,2,2C2 has values 1,2,3,4,5I want to query to display value of C1 just once and all the values of C2 EX:C1C21123245Can someone help
View ArticleHow to configure sql server 2008 with visual studio 2010 on xp for firewall...
How to configure sql server 2008 with visual studio 2010 on xp for firewall settings
View ArticleHow to move all databases from one MSSQL server to another.
Hi.Im very new to SQLs, by very new, I mean as close to 0 as you can get ;)I have a project that im working on, a client is getting a new server to maintain the increasing load and size of their...
View Article