if 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 Articlehow to make script of mdf file in sql server 2008
i created database in sql server 2008 , but mistakenly someone delete the data base. then i recover those files through recovery software, files which are recovered are in .mdf format. now how can i...
View Articlequestion about different query results with wildcard
Hi, I'm working with a third party app on SQL Server 2000, and from what I can gather, programmed in C# & VisualFoxPro.When we search with Note contains 94949we get 571 results, when we search...
View Articleimport tables from MS Access
Hi all,I've just installed the Sql Server 2005 Express Ed + Management Studio Express and I can't get how to import data from a MS Access 2003 file. From what I've read is not possible to do through...
View ArticleProblem attaching mdf file in sql server 2008
hi...! I have an mdf file of sql server 2005 database now i want it to attach in sql server 2008 R2 but when i try to attach it, it gave me error saying. Fail to retrieve data for this request. An...
View ArticleHow to overrite the file if it already exist?
Hi,I when i am trying to overrite the file which is alredyy exist in the directory i am facing below error"Can not create the file as it is alredy exist in the path"i am using below mentioned...
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 ArticleSQL 2000 Not Really Gone
In preparation for SQL2005 on my dev machine, I uninstalled all the SQL 2K components with the Add / Remove Programs. I installed the SQL2K5 Dev Edn w/o problem and it's been running great.The other...
View ArticleError: Could not find stored procedure !!
Hi,Error: Could not find stored procedure.I Installed the SQL Server SP2 and the error still occurs when ever I call the stored procedure from my windows app!! Any Help ?
View Articleoptimize,Stored proc has 34 left join,18 subquery
Below Stored procedure has 34 left join , 18 subquery which goes dead in production server which have lakhs of records. Any suggestion / tips / opinion regarding optimization select...
View ArticleLinked Server connection timeout
OLE DB provider "SQLNCLI10" for linked server "CHC-SQLREP01" returned message "Protocol error in TDS stream". OLE DB provider "SQLNCLI10" for linked server "CHC-SQLREP01" returned message...
View ArticleHow to restore system databases?
If SQL server system databases crash, what will happen?If sql server system databases crash, how to fix the issue? Any difference to fix for master, msdb,model temp and distribute?Thanks
View ArticlePolicy Evaluation logs are not writing in Windows NT Event Logs
Hi,I have scheduled a job to look for a certain number of Event ID's in windows NT Event logs to monitor policy violation, So when a policy is violated it will be registered in Event logs with an...
View ArticleAdding an image
Hi, I have a pretty simple question. I have a table, and I need one of my columns to be an 'image' column. I've set the column type to 'image', but now I don't know how to actually add images to that...
View ArticleCreating View Problem
Hi all. I'm new to SQL Server and I've run into a tough problem. I currently have a SQL Server database with 54 US states/territories tables. I'm working on creating a view so that I can view all the...
View ArticlePrice indication for SSIS - Intership at a small company
Dear,For my grad. internship I am doing a research at the possibilites within a small company to start with SSIS to extract management information from several repositories. Before I am allowed to...
View ArticleDate selection and date format in MSSQL
i have to make a select transaction with a microsoft SQL db. I have to select the entry in a given range of time. So i've made my little form with the datepicker of jquery. The datetime field in the...
View Articleproblem in install ms sql serever 2008
I am trying to install ms sql server 2008 on my system windows7. But after selecting new sql server standlone application installation it asking me to choose path . Even after selecting the path Its...
View ArticleConversion failed when converting the varchar value 'No' to data type int.
Hi,The problem that i am having is as follow:i have a table called Results, and in this is a few rowsReultID INT QuestionID INT ResultScore Varchar(10)now there are 2 types of questions ones that can...
View ArticleSQL server query - search entire DB
Dear all,I have used the following SQL query to get a list of all the tables that contain a particular term in the column name:SELECT COLUMN_NAME, TABLE_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE...
View Article