This SQL code is not working
SELECT tt.[Member ID], tt.Contact, tt.DOB, cl.[Member ID], cl.Contact, cl.DOB FROM (SELECT cl.[Member ID], cl.Contact, cl.DOB,...
View ArticleCertification Retirement on 70-448
I am planning to do the certification on 70-448. But the below link seems, this is going to retire on July 31 2012. But another link seems not showing anything about retirement....
View ArticleDBCC SHRINKFILE WITH EMPTYFILE OPTION
Hi,If I use the DBCC SHRINKFILE WITH EMPTYFILE OPTION, whether the data will be emptied and moved to the files on the SAME FILE GROUP ?For example, my Primary filegroup contains 2 data files. If I use...
View ArticleQuery refactoring in SQL server
I've heard about how Toad can take queries, refactor them, and display the optimized query ... often looking obfuscated but much faster.Does SQL Server Management Studio have something similar? Or does...
View ArticleDatabase in 2012 Express with SP1 frequently goes to "Recovery Pending" Status
We have installed 2012 Express with SP1 on Windows Server 2008 SP2 Standard (on Virtual machine).The database is with the capacity of around 200 Megs only but frequently the database is going to...
View ArticleUnable to see databases sometimes after reboot -- SQL server 2012
Hello All, I am currently trying to configure an ODBC connection to a database instance hosted on SQL server 2012 from Windows server 2008 R2. I am using the the ODBC32AD.exe and when I get to the menu...
View Articlesql server agent stopped
Hi,sql server agent stopped working. I have installed sql server 2008 R2 edition. This sql server agent is not getting start. it is always in stopped mode. What should i do now toactivate. I have tried...
View Articleint data type storing 11 digit ??
hi all this is very basic question,i create table with int column, how digit i can store in int, its allowing 11 digit, how its working please anyone can explain me ??Thanks in advance.
View Article"Constraint" Exception while inserting data into a database.
Hi,I am adding a set of data (ex, name, age, mobile etc.) into my database. Whenever I try to enter it the first time its successful. When I try to add after that, I get a constraint exception because...
View ArticleCleaning up columns from an existing table
I have a table that contains several columns (cola, colB, colC, …). I need to remove one of them (e.g. colC) and I don’t know how exactly. Can you help me?
View ArticleHi all,
If i have a series of T Log backup's say for ex. from 10 am to 4 pm with an time interval of 30 mins that is 10:30,11 am,11:30 and so on till 4 pm.now when i try to restore the same only a particular...
View Articleupdate statement throw transaction deadlock...
when i select data in database(tableA), and average distribution it to four threads. each row data use field item_No to sync data using webservice in thread, and then update tableA using...
View ArticleBusiness Intelligence for Visual Studio 2012
Hello, is Business Intelligence for Visual Studio 2012 free charge in corporate environment ???
View ArticleDatabase Shrinking and EMPTYFILE
Hello Everyone, I've read all over the place that shrinking a database will cause fragmentation. I am just trying to get this straight in my head. Does the fragmentation only occur in the indexes on...
View Article2008 r2 Missing from "Other Versions" drop down
Away for two weeks from work. When I got back, MSDN no longer listed SQL 2008 R2 in the "Other Versions" drop down. Just 2005 and 2012. Is this a setting I can change? Or, is this something that MS...
View ArticleSQL Server Log Question
When I have a log entry like below ... what does "xxxx" represent?06/09/2013 20:35:35,Logon,Unknown,Login failed for user 'WORK\xxxx'. Reason: Could not find a login matching the name provided....
View ArticleHi,
See " i have a 500 GB databse which has to be moved from one server to another server and that should be with the very minimal say the least downtime a company can afford to. which methods should we...
View ArticleCapitalising first letter in a string
HiHow can I ensure that when data is saved in an nvarchar field then the first letter of string is capitalised?ThankdRegards
View ArticleError - adding Feature "Full Text ..." SQL 2012 SP1
I want to install a Feature "Full Text ..." on an existing SQL-Server Instance.I get the following error message:TITLE: SQL Server Setup failure. ------------------------------SQL Server Setup has...
View Article