Best way to store videos and images in SQL server 2008 and retrieve in...
Hi,I want to store videos and images in sql server 2008 and access the same in windows 8 store application as well as in windows phone 8 application.Pls guide me.
View ArticleQuery: TO find average run ALL SQL Database backups from Specific date to...
Hi Folks:Please share me the query, if you have any to find the Avg Query: TO find average run ALL SQL Database backups from Specific date to Specific date.Thanks,Satish Kumar.Thanks, Satish Kumar....
View ArticleCan you teach us anything about SQL Server Database Engine? Win love and...
TechNet Wiki is looking for great new content, from YOU!Show us your forum solutions or nifty knowledge nuggets and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!This is an official Microsoft TechNet...
View ArticleBizarre Database Mail problem
I'm having a very strange problem related to Database Mail. I wonder if anyone can help me.I have a SQL Server 2008 database that supports our help desk. Users create trouble tickets, which send out...
View Articlefile store from network to sql
Hi Friends,using sql powershell script how to store files from network location.Can anyone help me on same.Thanks,Tirutirupal
View ArticleSQL server Job not executed
Hi all , I have created one SQL job and as I have to schedule it in break format like "20 june to 25 june " excluding sunday. So created two schedule one from 20 to 22 and another from 24 to 26. when...
View ArticleRebuild SQL Server!!!
This one is a crazy one. The SQL Server crashed and I have to rebuild it!!I need a step by step advice!..... can you save my job please...... I have the backups of system and user DBs. All is safe in...
View ArticleI cant connect to SQL Server locally
I have just installed visual studio 2010 .It suppose to be come with sql express( if am i correct )The problem when i try to connect via sql server management studio express...
View ArticleUse only MDF to update database?
Short Version: We need the ability to transfer a SQL MDF from one SQL Server to update a database on another regularly. Since only the MDF would be used to update an existing database; What steps are...
View ArticleHow to add Stored Procedures to Version Control
My system mainly relies on stored procedures and I recently noticed I don’t have the version control for my database. So, my question is: How can I add stored procedures to version control?
View ArticleUnable to restore database, get error " The file "_log" failed to initialize...
I know that there was an issue prior to SQL 2008 R2 SP1, where if you encrypted the database and then turned off TDE, you were unable to restore the database anywhere else other than the server it came...
View ArticleSQL Server limits rows added to a table
Hi,I need to append over 50 million rows to a table in a database. Problem is, as soon as it reaches 3.6 million rows, it just stops inserting rows. There is no error raised. We have to manually...
View ArticlePowerShell script to delete BAKs from mulitple child folders on a UNC share
Afternoon,I have been trying to roll my own ps script to accomplish a cleanup task but I am rather new to ps and am not getting the results I am needing.Here are the criteria I am shooting for:1....
View ArticleSQL '08 R2 SP1 MSDB marked as SUSPECT
The drive our SCCM sql database resides on went south earlier in the week. I recreated the drive (Vmware VM) and we restored the data from our back up software (commvault). However when I try to open...
View ArticleNot all colums are getting updated with "WITH (ROWLOCK)" is used in a update...
Hi we are using following query in our code ; except DESC1 all other values are getting updatedSTATEMENT : "Update Table1 with (ROWLOCK) set DESC1 = ?, DESC2 = ?, INSTR =?, GRP =? where ID = ? "Can you...
View ArticleSql 2008: sleeping thread,open transaction, open locks......
I can see from sp_who2, dbcc opentran, dbcc inputbuffer, etc that our sql server has some sleeping connections that are holding open transactions (along with some X locks) for long periods of time....
View ArticleWhen rows get inserted into sys.dm_db_missing_index_details
Hi Experts, I am looking for MISSING INDEXES, I am tring to find all missing indexes in my database for that I am using sys.dm_db_missing_index_details view. I would like to know about case or...
View ArticleData Conversion error in Azure SQL Server 2008 R2
Hi,I have two Azure envirironment (Staging and Test), both have same configuration as below:Version: Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c)...
View ArticleIssue for listening Sql Server on non default port? Not able to connect from...
Hi All,I have setup a lab environment for SharePoint 2013 farm. There is a windows server 2012 domain controller, a separate database server and a application server.I have installed only named...
View ArticleHow to recover msdb database from suspect mode.
I have tried the following STEPS OF commands to recover but in vain.STEP 1) EXEC sp_resetstatus 'MSDB' o/p Message :The suspect flag on the database "MSDB" is already reset.STEP 2)ALTER DATABASE MSDB...
View Article