SQL 2014 is Here and can be downloaded from the MSDN
SQL 2014 is Here and can be downloas from the MSDNhttps://msdn.microsoft.com/en-us/subscriptions/securedownloads* Despite the talks, I see that there are also 32-bit versions!SQL Server 2014 Web...
View ArticleHow to detect tags in a char querry result
Hi all !My querry : select * from alert_tablereturns results above:The client "client name" has a contract "contract_type" Ref. "contract_reference" wich expires by "expiry_date" The firm "firm_name"...
View ArticleSQL Server 2014 Official Final Version ---- Data Tools (SSIS, BIDS, etc.)
I have VS 2013 Professional, and just installed SQL Server 2014 Developer version. Can someone tell me where the proper location for the Data Tools (fka BIDS) is located ? I'm seeing CPT1, etc. but...
View ArticleDatabase Restore failure in Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0...
I am restoring a backup file on cluster instance but getting below error:Msg 3203, Level 16, State 1, Line 1Read on "P:\24Avril\K2ServerLog.BAK" failed: 21(failed to retrieve text for this error....
View ArticleData does not show in column, blank or truncated
I have a table with a column payloadText Content (text, null). If I run Select top 1000 it returns data but I can only view part of the records. Example I know that it contains over two hundred records...
View Articleupdate the record in case it existed and insert in case it is not existed.
I have a stored procedure that supposed to update the record when it exists and insert the record in case it is not existed. For update I want store procedure only update the field that I give a value...
View ArticleSSMA to migrate data from oracle to sqlserver
We migrated data from oracle to sqlserver using SSMA but when we see data of sqlserver on .NET GUI, formatting is different than oracle data display on .NET GUI.For an example we are able to see data...
View ArticleUrgent help-mdf size increased huge in production
Hi, my mdf size is 125gb, but today i created one maintainance plan with rebuild index, suddenly mdf size increased to 210 gb, if i shrink its not shrink below 190gb. pls help i am running out of...
View ArticleDelete values for a range
Hi , I want to delete records only for a given range. Below is the script it deletes the records based on the given MP range.And in this Switch table screen shot i have a switchID and...
View ArticleUpsizing Access Query to SQL Server Express
Hello,I have an Access 2003 application that uses a query to supply sorted data to a combobox on a form. This bit works fine.I've upsized to SSE and have now got a few learning opportunities! Can...
View ArticleUpdate table based on ID reference comparing each column and value
Hi,Through UI user can update any information and click save. In backend i will be receiving only ID as reference . Based on the ID value i should update multiple tables wherever i have the reference...
View ArticleAnnoying settings on SSMS
Using SSMS2012Previously - I used to be able to exit SSMS and it'll close everything. When I launch SSMS, it does not have anyNew Query window at all. Now - something annoying has come up and I don't...
View ArticleCapture Data
I have this table called A which get inserted in Table B. Everyday the table A get truncated and new data are refresh from Table B. Table A however have a lot of data that is not related to B. NOw I...
View ArticleWhat's the difference between installing a "Default Instance" vs a "Named...
What's the difference between installing a "Default Instance" vs a "Named Instance"? How do I make decision on which to do? Thanks.System configuration: Winndows 7 RTM, Gigabyte GA-EP45-UD3L...
View ArticleConvert varchar(20) date to date that looks like mm/dd/yyyy
Good afternoon,I am a total novice at SQL and have been tasked to change a varchar(20) date column (shows up as m/dd/yy) to show up as mm/dd/yyyy. I've looked at the previous posts, but being a novice,...
View ArticleNumbers of SQL Server CAL license required ?
Hi,We are going to set up a SQL Server 2012 Server with 2 instances. The first instance has 25 maximum number of concurrent users and the second one has 10 concurrent users.Does it mean that we need...
View ArticleCan't buy SQL 2008 R2 in Australia
I live in Australia. I have an evaluation edition of SQL Server 2008 R2 which has expired and I want to licence it for development work. As directed I went to the web site advised by SQL Server (your...
View Articleget updated data
Hi,In the below query im expecting distinct CPSTatus and CPStatusCmmetns but it displays duplicate SCheduleSELECT Stuff((SELECT Distinct [CPStatus] +' \n ' + [CPStatusComments] FROM [EFIWorkStatus1]...
View ArticleCannot start the SQL server service after you install Active Directory
Good Morning,Im the system admin for a small company. We have a dedicated domain controller but it is the only one. To get a second domain controller up and running on our domain, I installed the AD...
View Articlei have declare two varibles in date and datetime ? with varible type?
i have declare two varibles in date and datetime ? with varible type?declare @date varchardecare @datetime varchar1here i need to increment that declared varible likeset @date=@varchar+1set...
View Article