Script Windows Authenticated User Logins - Upgrading from 2005 server a to...
Upgrading from SQL2005 on one server to SQL2012 on another. I used KB918992 and was able to export from 2005 and import the sql authenticated user login accounts and passwords into 2012.But not the...
View Articlequery in sqlserver2008
Hi,in employee table how to get no of active employees,non active employees in single querydatabase=adventureworkstable=humanresources.employeecurrentflag=1 - active employee
View ArticleIs it possible to backup whole SQL2008 server database ?
Is it possible to backup whole SQL2008 server database not only individual database ?
View Articlehow to find when the index is rebuild,reorganize or statistics updated last
hi all can you please help me how to find when the index is rebuild,reorganize or statistics updated last for my database. thanks in advance.
View ArticleCompletely uninstall of SQL 2008
I am trying to completely uninstall sql server 2008 from my computer. i removed all files from control panel, removed directories but its still therek
View ArticleInteractive SQL
Hi, I am a newbie! I know SQL because I am working on Mainframe databases. Now I want to have an SQL database on my desktop, to create some tables, to insert a few records and try out some SELECT...
View ArticleSelect & Count from table
Hi, I have a bit tricky problem. I tried several commands but I could not get exactly what I wantThis is the sample tableItemid - ownerid - itemname - suburb 1 01 chair NY2 01 table...
View ArticleIs it possible to backup SQL2008 DB to the other SQL2008DB?
Is it possible to backup SQL2008 DB to the other SQL2008DB?
View ArticleSQL 2008 R2 Evaluation copy download link
Hi Team,Can someone provide me the link for downloading SQL 2008 R2 Standard Evaluation edition ?I got directed to this link http://www.microsoft.com/en-us/download/details.aspx?id=6362, but downloads...
View ArticleCREATE DATABASE error 262 (missing privileges)
Hi, ich just installed SQL Server 2012 Express and SQL Server Management Studio.Now I want to create my first database. When I try do that I get an error message (SQL Server, Error: 262) stating that I...
View ArticleTask involving UNION ALL
Hello,I have a question about the query below. I can't understand how T-SQL understands 1 in SELECT clause ? Could someone explain me this ? Dose SELECT * is the same if not why ? Where this 1 comes...
View Articleunable to getting connection to sql azure from sql server2012
I am unable to connect sql azure from sql server 2012- done fire wall setting in azure for my pc ip address- created inbound rule for 1433 port in my pcbut still not getting connection to sql azure...
View ArticleThe request failed or the service did not respond in a timely fashion....
Hi,How can I solve this problem of this error "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details"?Thanks
View ArticleWill my program for SQL Server 2008 R2 work in SQL Server 2008
I have created vb.net programs that interact with SQL Server 2008 R2, using stored procedures that I create on the Server. The procedures do everything from create, to set user preferences, to write...
View ArticleDoes DB backup affect DB performance?
Hi Everyone,This seems to be a stupid question. we are using SQL 2k5. I got a complaint from customer that during a time slot, the performance was not good, but when I checked the SQL event log, I...
View ArticleCan you name a tool that reports versions and editions for SQL Server instances?
Hello,Can you name a tool that reports versions and editions for SQL Server instances? I am looking for a FREE or inexpensive tool that can report information on versions, editions, instances and...
View ArticleSQL SERVER AGENT (SQLEXPRESS)
"SQL SERVER Configuration Manager "The request failed or the service did not respond in timely fashion" Consult the event log pr the applicable logs for details ?can you please help thanksmani
View ArticleBest Way to Shred XML document and insert the result set into a table in SQL...
Friends, What is the best way of shredding xml document and inserting the result set into a table in SQL Server?The data is submitted to me in an xml format and I have to insert the data from xml to a...
View ArticleHow to check for errors in TSQL
Hi, I am not very comfortable with TSQl, I need help with the code below: This procudure: drops and recreates table BlankData if table exists; creates it anew otherwise.--. -. loads...
View Article