Quantcast
Channel: SQL Server Database Engine forum
Browsing all 12963 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Contained users in SQL 2014

Hello!After enabling containment option on the instance and DB level I'm trying to migrate users usingsp_migrate_user_to_contained but keep getting the following errors:1) Should I type the user name...

View Article


Way to insert text having ' (apostrophe) into a SQL table

Solution:-1:If you insert data through procedureeg. create proc tt @in varchar(20) as  select @in exec tt "test's"  --here used "string inputparameter" instead of  'string inputparameter'2:isert...

View Article


SQL Server Distributed Partitioning Views how to add a new node online

We are using distributed partitioning views in SQL Server 2012 Enterprise Edition for scaling out our data across more than one servers. Now we faced to question how to add a new node (server) into...

View Article

RBS Licensing on a SQL Server Standard 2012 Failover Cluster

I am planning to implement a Sharepoint 2013 installation which is primarily to be used for Document Storage. We are considering using Sharepoint RBS with Filestream with SQL 2012 Standard and as far...

View Article

Setting database option ONLINE to ON for database "dbname"

Hi Today i faced a wiered issue, One of my database on sql  server 2005 was offline.Scenerio:One fo my database was offline , I checked in1. SSMS (GUI) -- DB is offline 2. sys.databases  (status) --...

View Article


why I can not see partition schema be modified ?

Dear :   I can not see the a partition schema use the next group ?   I have an partiton schema  script is:CREATE PARTITION SCHEME [ps_OneMillion_LeftRange] AS PARTITION [pf_OneMillion_LeftRange] TO...

View Article

Error 606 occured - Metadata inconsistency for temp table

Hello,we currently have an issue on a production server running SQL Server 2005 Standard:Executing a stored procedure, which again executes another stored procedure in which a temporary table...

View Article

SQL Server 2005 consuming less memory

Hi Everyone,We are facing slowness issue with one of our production SQL Server EE 2005 32-bit on Windows 2003. Installed RAM on the server is 4 GB and SQL Server MAX MEMORY is already set to 4 GB and...

View Article


SQL Server 2008r2, Windows Azure PowerShell

Can I use Windows Azure PowerShell in SQL Server 2008r2 Jobs?

View Article


Unable to shutdown SQL Server

Hello, I'm facing an issue with a SQL Server 2008 SP3 CU17 setup on Windows Server 2008 R2 SP1. I've got 4 instances running on this server. A bunch of users make some queries with SSMS (I know it's...

View Article

[ForumFAQ]How to troubleshoot error "SSPI handshake failed with error code...

Understanding the problem: When connect to SQL Server with Windows authentication, you may receive the following message in the SQL Server error log:SSPI handshake failed with error code 0x80090324,...

View Article

How to resolve SQLVDI and SQLWRITER errors

I'm getting these errors whenever I run windows backup on I get these errors for each of the six SQL databases. Below are two examples of the errors that I get. This is causing my backups to fail. Log...

View Article

cluster server login issue

hi all, i have installed sql server failover cluster successfully on two nodes , but i can not login to the 1st node neither the second , below my sql cluster details extracted by running Cluster Disk...

View Article


Image may be NSFW.
Clik here to view.

SS DBE TechNet Gurus Announced for June 2014!

The Results are in! and the winners of the TechNet Guru Competition June 2014 have been posted on theWiki Ninjas Blog.Below is a summary, heavily trimmed to fit the size restrictions of forum posting....

View Article

Restore MSDB Database

Hi - I have a corrupt MSDB database and I am not able to run dbcc checkdb with the fix parameter nor am I able to restore from backup - I get an error saying that the operating system returned error 23...

View Article


data file shrink causes *massive* index fragmentation

Why does this happen? A data file shrink operation works on a single file at a time, and uses the GAM bitmaps (see Inside The Storage Engine: GAM, SGAM, PFS and other allocation maps) to find the...

View Article

What happens when the maximum limit of DataBase partitiong is reached

Hello,We are using SQL server 2012 which allows 15000 partitions per table.We are partitioning tables on the primary ID (e.g. periodID) of one of the tables.As of now we have data for all the period in...

View Article


WMI alert for event 162 User Error Message

Can anybody help.   I am new to WMI.I am trying to create an alert for trace event 162 - User Error MessageI already have standard alerts for Login failed for user - 18452, 18456, 18457.  The problem...

View Article

How to troubleshoot high cpu and high memory usage happening on the same time?

Hi Experts. What would be the proper troubleshooting approach for the below performance issue. Server is 100% cpu and 90% memory usage and users are unable to login. What all things need to be checked?...

View Article

SQL Server 2014 System.Data.SqlClient.SqlException: A severe error occurred...

About every 12 hours we encounter the following exception when accessing sql server from ASP.Net web application. 2014-07-22 23:22:18.97 spid99      *   Exception Address = 000007FEE36765D3...

View Article
Browsing all 12963 articles
Browse latest View live