exception in msvcr110_clr0400.dll
Hello there, I just unpacked my new laptop on Windows 8, and installed the latest version of Visual Studio Ultimate 2013. Through the server explorer view I tried to add a new connexion to a...
View ArticleConnect to database in other domain
HiI Need to connect to a database hosted in domain-2 from domain-1 using sql management client running on domain-1 server.The account used here will the domain-2 server user account.Is i possible to...
View ArticleDB file size limit with SQLServer 2000 in Small Business Server 2000
Thanks in advance. What is maximum SQL Server database (*.mdf) file size with SQL Server 2000 as part of Microsoft Small Business Server 2000? (Database files were limited to 10 GB in SBS 4.5 with...
View Articlehelp in sqlserver
Hello. I am using Microsoft SQL Server Management Studio (SQL Server 2005). When I select a date column from a table, the date is displayed in "mm/dd/yyyy hh:mm:ss" format. Is there a way i can change...
View Articlehelp with sql query
Lets assume i have ' employee_Id ' column in table employeesIBM , and 'employee_Id' column in employeesSUN.Now, Lets once again assume,that there are 4 records in employeesIBM.and 10 records in...
View ArticleUsing SET STATISTICS IO ON
I have a quick question regarding the use of the SET option SET STATISTICS IO ON. When I use this to monitor the number of reads done by different queries I'll often see large numbers of reads on...
View ArticleSQL server 2008 R2 with Windows Server 2012
Hello All, Today morning for some urgent requirement, I tried installing SQL server 2008 R2 on windows Server 2012 machine and got compatibility issues. Researched on internet and got to know that...
View ArticleHow to I enter a small square or a small circle in a NVARCHAR field?
I want to store a small cirle in a text field. Can anyone tell me how I can enter it in ascii code.Thanks
View ArticleSQL server express 2005 Creating a "user instance"
How do you create a user instance so that you dont have to be logged on as administrator?
View ArticleDBCC SHRINKFILE with NOTRUNCATE has any performance impact in log shipping?
Hi All,To procure space I'm suggested to use below command on primary database in log shipping and I just want to clarify whether it has any performance impact on primary database in log shipping and...
View Articleinsert a new record
Hi,I would like to know is it possible to combine these 2 statements into 1, as I want to insert a single record set in tblRefLockers.statement 1:INSERT INTO tblRefLockers (Locker_No)SELECT Locker_No...
View ArticleSQL Server is writen in which programming language
Any one know the SQLServer is written in which programming language C++ or C?I know the rival DB Oracle is written in C programming language.Thanks.RKK
View ArticleException : Incorrect syntax near the keyword 'DECLARE'. & User Error Message...
Hi All,Application team reported an incident about timeout error occurred b/w the application and database very frequently.Application is connecting database server via JDBC drivers. I am not clear...
View ArticleDataBase suddenly case sensitive, collation at every level I can see is CI
SQL Server 2008 R2 on Server 2008 R2 "iron".Within the last 2 weeks a database that is set (collation...) as CI, on a server that is CI, looking at a view that is CI, is suddenly CS in it's behavior....
View ArticleShould a job be used for this type of maintenance?
We have a stored procedure that we want to run weekly to reorganize the indexes for a table. Should the reorganization of indexes with a stored procedure be done as a SQL Server Agent job or...
View ArticleSQL arithabort and nocount
I have one stored procedure . Its created by some one who worked before handover to me. Now my doubt is why they are used set arithabort on set nocount on in this procedure and Can I remove it from...
View Articleif tempdb .mdf file out of disk space and we do nothing to fix, what could...
Will anything crash or stop working if tempdb .mdf file out of disk space?
View ArticleMS-SQL not working on My Windows 8
I Have Dell Desktop with built in Windows 8. I installed Visual Studio 10. Now I want to create a SQL database in my project It shows error. Other than SQL all are working properly. Even I tried to...
View ArticleCOPY/PASTE from Project to Project
Howdy again...Do I need to re-create a new package from scratch after doing what I did?It seems I've made what is probably a typical newbie mistake: I used COPY/PASTE toconsolidate containers from two...
View Article