mssqlserver 2014 backup to disk crashing host on windows 2012R2
Setting up updated mssqlserver host ( older dell R710 ) with windows 2012R2 std and SQL server 2012 Std edition with 96 gb Ram.SQLserver is allocated 64 GB ram.Our user database sizes are 650 Gb and...
View ArticleGetting Patch\fix info from SQL server
Hi, Is there a way we could get the list of (GDE or QFE) fixes and details like when that was applied to sql server. ThanksMurali AMli.a | Mark the answers if it helps to solve your problem |
View ArticleRecover all sql logins information from crashed sql server(have master db...
sql server crashed and we built another new server and tried to recover all sql logins from old server. only option is we have backup of all system database.how to recover sql server logins and...
View Articlepartitioning
Hi Experts,I want to do partitioning for my databases ,please clear my doubts:-1.I have one SAN its (1 TB ) for 3 databases means A,B and C databases and i have distribute 1 TB to multiple logical...
View ArticleSql Server Jobs
Hello Experts-I have a query that mergers data from server1(2008r2) with server2(2012) and updates some data. It uses two different databases in both server, I used to run this manually whenever...
View Articlequestion
The space on the drive1 where the primary data file of the database is located is running out of space, and also on the drive1 master db is located, so we did the following as our sys admin team were...
View Articleshrink database
is shrink database normally used, because I hear it can cause index fragmentation and bad performance?or is shrinking primarily used for tran log with shrinkfile?and if database has anyway grown too...
View Articlesql quiry
query = "SELECT DISTINCT number FROM tableName "; con.Open(); SqlDataAdapter da = new SqlDataAdapter(query, con); DataSet ds = new DataSet();...
View ArticleJobs on passive side of mirror
Hello,Have a problem I can't seem to find a definitive answer. we have 2 SQL servers, 1 is the primary the other is a passive mirror. Both have about 20 jobs running in agent, each which fire stored...
View ArticleSQLSERVER 2012 IDENTITY COLUMN
Hi Friends,I want to convert exiting column of table having int datatype into identity column without update existing value in the column, or any alternative way available.thank you.regards, asad
View Articlewhat is the ‘error:9643 severity 16,state 3’
This database is done image (no witness), the main database log error.Some time ago to have a error:9642 look at the saying is' database mirroring endpoint error in transmissionconnection ', the error...
View Articlesqlserver installation questions
I am installing a sqlserver instance.in 'server configuration' -> 'service accounts' drop box it shows nt authority\system and nt authority\network service.instead of these accounts I tried to...
View Articletempdb full
in a situation where tempdb is full - both data and log (meaning disk is full) - then what are the possible solutions :- find spid filling up tempdb and kill spid to free up space in tempdb - is this...
View ArticleSql Server Agent not starting automatically in failover in a clustered...
Hi,We are running Sql Server 2008 R2 as a 2 node cluster in Windows 2008 R2 server. In the Sql Server Configuration manager we find that service of the Sql Server(database engine) as got a start mode...
View ArticleSnapshot NTFS Operating system error 665
WelcomeWindows 2008 R2 + SQL 2008 R2 SP2 CU132 days after creation of snapshot for database (650 GB in 10 files) file fragmentation (files with indexes) are so big that sql engine throws errors...
View ArticleHow to get database out of single user
HiSQL Server 2005. Had changed database to single user/read only option. Now I cant change database back to multi user and all commands are getting stuck.Msg 924, Level 14, State 1, Line 1 Database...
View ArticlePartitioning and clusterindex
Hi Team,assume the table T, defined as T(a, b, c), is partitioned on columna, and has a clustered index on column b. How the table will be partitioned as clusterindex over a is different then...
View ArticleHow to change backup destination path to disk
Dear all,please help me as soon as possible. I'm new DBA, i was changed to backup destination from tape to drive and did backup of the database. After that i tried to change replace to tape the option...
View Articledetach database
HiI want to detach a database, but by mistake i also checked Update statistics, now it is taking long time. Please suggest how can I cancel it, can i kill the update process.REgardsBilalBilal
View ArticleAny one knows urls about sql server (2008r2/2012/2014) most recent kbs or...
Hi,Does any one knows urls or blogs or rss that collect sql server (2008r2/2012/2014) most recent kbs or hotfix?Windows 2008 R2 is also.Many thanks.
View Article