Need a SQL Server 2008 R2 Enterprise Edition download link
HiI would like to download SQL Server 2008 R2 Enterprise Edition, could anyone help me with the link
View ArticleHow to generate row_number for more than the no of records in the order by...
Hi All,I have a query which contains Order quantity, order date and Row_number as Id. The below code produces 15 records as well as row_number for those 15 records. But I need row number for the next...
View ArticleHow to update the database when the given backup is just the most updated data?
Hi Everyone!Please help me to restore a backup from a server to another server.Production Database used SQL Server 2000. We used SQL server 2012 in the office for the backup of data. According to...
View ArticleUpgraded to 2014 - Getting error
HiI have recently upgraded my SQL server to 2014 express from 2012. I coped out a database .mdf so that i could attach it after. It attaches ok and i can view the database inside SQL server no problem...
View ArticleSSRS and Visual Studio
I am fairly new to MS SQL and SSRS and am hoping to get some info on the correct steps to take while moving forward.I was provided with MS SQL server 2008 R@ as part of project along with the SSRS...
View ArticleUnable to delete records as the transaction log file is full
My disk is running out of space and as a result I decided to free some space by deleting old data. I tried to delete 100,000 by 100,000 as there are 240 million records to be deleted. But I am unable...
View ArticleMaintenance activity through command line
Hi All,I'm trying to automate the "Maintenance plan". I was able to do it through GUI by logging into SQL studio.But, I'm supposed to automate by embedding the SQL command into jython.Would be...
View ArticleShould I rebuild my read only database every time I launch my server?
I'm getting into web development, and I'm trying to get a grip on databases. In an app I want to make, there is a read only database that will be filled up with a large amount of data, which will be...
View ArticleSQL Server 2014 Standard Product Usage Rights question
My question is related to the definition of “device” as this term is used in the PUR for SQL Server 2014 Standard. We are currently using per-core licensing but would like to find out if Server+CAL...
View ArticleIssue with connection
HI I hope you're having a great day today. I have installed SQL Server 2008 Express edition today and I would connect it to my web site project with is running on Visual web developer 2008 but I...
View ArticleSQL server 2014 express with advanced features
Dear All,i am migrating from SQL server 2008 r2 enterprize edition to 2014 express with advanced service..Please, guide me what will be consideration points ..Regarding Reporting Services ..also TSQL...
View ArticleUsing EXCEPT and INTERSECT (Transact-SQL) with a Twist
I understand how to use EXCEPT and INTERSECT BUT how Do use it with two different servers? I have the production database on server1, the conversion database on server2. The databases are identical...
View ArticleWhen STATS_DATE returns NULL and DBCC SHOW_STATISTICS shows no data
I've come across an issue where large numbers of statistics (some user created, some auto created) in a database have no Updated value when using the SHOW_STATS system function, but do exist when I...
View ArticleConfiguring SQL 2014 Express for TCP/IP remote access
Hi I have installed SQL Server 2014 Express on Windows 2008 Server. I have enabled TCP/IP, removed the dynamic port and added fixed port 1433 to TCP/IP properties, added port 1433 to Windows Firewall...
View ArticleEnable remote debug t-sql in sqlserver
HiI need to run the debug to a store procedure in sqlserver, but from remote server (database server), if the database is local not problem, but if the database is in other server throw an error of...
View ArticleError in writing condition in a query
Hi following is a working codedeclare @dte as datetime='2015-04-01' declare @StDt as Datetime = DATEADD(mm,DATEDIFF(mm,0,@dte), 0) declare @EnDt as datetime = DATEADD( DD, -1,...
View ArticleUpgrade to SQL Server 2008 R2 fails
I'm trying to upgrade from SQL Server 2008 Express to SQL Server 2008 R2 Enterprise. The installation is failing. I get two log files. The first appears to be a summary. The second is an MSI install...
View Articledynamic management objects....
hi, I have encountered a doubt while I was reading about dynamic management objects.how would we relate these objects into practical usage. select *from sys.dm_os_schedulers; select *from...
View ArticleHow to remove a table from Replication
Version: SQL 2008 R2Problem: I have a user who wants to remove table, but when she tries to remove it ( drop the table), she gets an error:===========================================================MSG...
View Article