SQL licensing
hi Guys,just want to find out, if i bought SQL per core license, will there be a paper license send to me to retrieve the Product key like for the OS license or it will just come with the CD...
View ArticleHome work help please.
I got 3 home work questions think i have the first two need help with the last one please.Kinda stuck on #3 hard I can see data not sure witch to sum or count? 1. The MEMBERS table has the phone number...
View Articlehow can I achieve the developer edition
how can I achieve the developer edition in Belgium ? email - tel no ?
View ArticleAdding security to a linked server
Adding security to a linked serverWe have a linked server that has an attached linked server signon. The linked server attaches to a DB2 database and the signon is a service account with a password and...
View Articlestore email format in SQL server table column
Hello all,I have a text area in application where users typing a email format for Govt. grievance detail.Like Dear Sir,Dated ...Some detailRegards ..I have column to store this as nvarchar(4000)i can...
View ArticleQuey Plan Query
Hi,A user reported an issue where her application had froze. When I checked the database I could see that there was a query running related to what she was doing that was consuming a lot of CPU. Here...
View ArticleBackup and restore
Hi Experts,I have got 117 GB database, I took backup, it just took 20 minutes to backup.when I try to restore it is taking much time from past 20 minutes not even 10 % progress, and when I checked the...
View ArticleTimeout when creating a view
Hi, apologies if this has been posted in the wrong place, new to SQL Server and these forums!We have a large-ish transaction file (around 57million rows currently) which i'm trying to aggregate to a...
View ArticleProblems building a graph using sql SUM
Hello ! i'm curently having issues to build a particular graph : First, i have a database (moves) which contains 2 columns (timestamp DATETIME, dist NUMERIC), i have no problems to display a graph with...
View ArticleDatabase size doesn't add upto total individual size of tables
I found the database size using this query:EXEC sp_spaceused;This gave me a result of 600GB. Then I found the individual table sizes using the following query:SELECT t.NAME AS TableName, s.Name AS...
View ArticleVisual Studio - SQL data source
Visual Studio - Configure Data Source 15 minutes ago|LINK Hello all, I set up my data source for a SQL server table and such. The grid view is showing the table, but in one of the columns i have all...
View ArticleHow to make a server for field "Server name"[ON HOLD]
<p>How do you create a server to connect to. i circled the part that i need</p><p>i need to make the server but i dont know how to make it this is what is sayserver namei want to know...
View ArticleSQL mdf file size vs ndf
Hi,If multiple database files are created does the mdf file hold any of the row data or does is it exclusively hold the table definitions?If the mdf file is exclusively used to hold table definitions...
View ArticleQuestion about slowness and Indexes
I have a table with over 10 million rows and a couple dozen fields. It's pretty massive, and pretty slow too. To help with the problem, I did a right-click New Index and added Non-Clustered Indexes...
View ArticleSql 2008 R2 Help
I have an Access database that I need to get into. Had a hard drie crash that resulted in a new drive & copying of all files. I installed or tried to install Sql 2008 R2 & Management Studio...
View ArticleConvert RDL to RDLC in vs 2013
Hi I am trying to covert rdl file to rdlc. rdl created in vs2013(SQL Server 2014) and I am add this also in vs 2013 project. I rename rdl file to rdlc and place in project.assign data set ,but when run...
View ArticleSelect a range of rows?
I know I can edit SELECT TOP (200) to increase rows, but how can I select NEXT 200 rows or rows 200 thru 400? I have tried OFFSET, START AT, SKIP, etc.
View ArticleAttaching mdf database to SQL 2014 Express
Good day everyone,I copied a *.mdf file to c:\program files\Microsoft sqlServer\MSSQL12.SQLEXPRESS\MSSQL\DATAI then attached the database. When I attempted to open the database in management studio I...
View ArticleUpdate statement:Subquery returned more than 1 value
Hi all... Im having a problem with my scripts, am trying to update a field in a table, which takes count from another table.. This returns more than 1 value. The problem is that there is no unique...
View ArticleFormat the date in varchar type to mm/dd/yyyy
Hi,I have a column originally in date format. Later on, I changed it to nvarchar and all the existing date changed to this format "yyyy-mm-dd 00:00:00". How could I update all those dates to mm/dd/yyyy...
View Article