Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Browsing all 6525 articles
Browse latest View live

Full-Text Indexing - Advanced Functionality - Complex Searches

I'm trying to determine a way to do a complex search using full-text indexing. I'm not sure if this is possible. Here's an example:I have a table with a column that I would like to index, that column...

View Article


How enforce the changes in dependent procedures

Hi All,I have two procedures Sp1 and Sp2. The Sp1 is calling from Sp2. If there come new parameters or removed from the first procedure Sp1 then it will effect the Sp2 and its execution will break if...

View Article


What affects the speed of index rebuilds?

I have a standalone SQL Server, running SQL 2014 Standard. It is virtualized, running off VMWare. The box has ample resources (24 cores, and 192GB RAM, of which 128GB is allocated to MSSQL - maximum...

View Article

What system databases are required to start sql server / where to store?

With SQL Server 2012/2014, what system databases are requried in order for sql sever to start? Of the following system databases:master - contains all system-wide information.msdb - holds information...

View Article

Minimize downtime during migration from 2008 to 2014 and set up of...

We plan on migrating from a A/P cluster running Sql Server 2008 to a shared nothing cluster running Sql Server 2014 with a single availability group. We need to minimize the time between cutting over...

View Article


SQL 2012 cloud DB size

Hi,Could someone please tell me what is the maximum size of a DB hosted on SQL 2012 cloud environment? I would appreciate if the answer came from a real PROD environment.Thanks!EV

View Article

SQL Availability Groups in Azure

We have a SQL 2014 Availability Group in Azure which is Active / Passive. As we need to license the secondary replica Passive node in Azure even though it is passive (you don't need to on-prem) we are...

View Article

I wonder why the number of reads increases during an insert test

I am writing a performance baseline test.The first test writes 5000000 rows in one table. I realise this is not representative OLTP behaviour, but it helped me to start interpreting performance...

View Article


10gb size of Index rebuild when space left overall 5gb

I have 10 Gb index and disk space only left 5gb .How can i rebuild index ?I appreciate your time.

View Article


What happens when the number of dirty pages grows beyond the number of pages...

In this topic http://www.sqlservercentral.com/Forums/Topic1576549-3411-1.aspx you can see I wrote some custom baseline performance tests.The first test just insert 5.000.000 rows in one table using a...

View Article

SSMS 2014 evaluation expiry

I installed SQL Server 2014 CTP2 on my workstation last July. In August we purchased an Enterprise Edition license. I installed the licensed version on my workstation. The database engine and other...

View Article

Error reported How to determime object?

I run XEvent session with Error_repoted eventI also add sql_text ectionNow I can see error "String or binary data would be truncated."but cannot determine in what SP does it happen

View Article

Restore 2014 to 2008

If I have a SQL Server 2014 database is there any way I can back it up and restore the backup to 2008? Does setting compatibility mode to 2008 allow this? I think I know the answer, but I want to verify.

View Article


Downgrade SCOM Database

Hello-My manager has given me the task of downgrading our SCOM database which is SQL Enterprise 2012, he would like for me to downgrade it to SQL 2012 Standard. We also have to SCOM ACS and he'd like...

View Article

Failed to initialize sqlcmd library with error number -2147467259

HiWhen running the following query EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Profile' ,@recipients = 'EMAIL@EMAIL.COM' ,@Subject = 'TEST EMAIL' ,@Body = 'TEST EMAIL' ,@Query = 'SELECT GETDATE()'I...

View Article


Restore

I heard it is possible to restore the SQL 2014 db backup to lower version of sql server (2012,2008r2), can any one one sent me the syntax of restoring the backup?

View Article

SSMS 2014 - disable check for Memory Optimized Tables?

Hello Everybody,I have the following setup:- An MSSQL 2014 Standard server that houses multiple small databases (in excess of a hundred).- These databases are frequently dropped and restored by an...

View Article


SQL Job is failing due to "EXECUTE permission was denied on the object...

Hi Experts,We have recently upgraded to SQL 2014 from SQL 2012 and deployed our SSIS packages into SSIS Catalog. While running the SQL job, we are getting the below error:Executed as user: xxxx....

View Article

Audit all server DDL level events

Hi Folks,I have been tasked with auditing all DDL and selected DML events on a production server and logging them to a table. My solution is to use CDC for the DML and a Server-Level trigger for the...

View Article

Server/database consolidation questions

We have a big push to do as much consolidation of servers and databases as possible. At the moment, we don't have a huge number (22 servers, 300 databases). Most are SQL 2008 and 2008 R2, a couple of...

View Article
Browsing all 6525 articles
Browse latest View live