How to link my SQL blog here to make available to the viewers?
Hi,I have started writing my own SQL blog and want make it avaialble along with my profile. Please suggest.Thanks.
View Article2012 evaluation version for window 8.1 x64
I bought a new laptop that has win 8.1 installed. I am student and need to practice on the free evaluation versuib (like the one that is available for win 7)can you pls. advise how I can find such a...
View ArticleWhy editing not possible
Hi all, By chance I hit clear edit list and now can not edit anything, what should I do?Thanks for any info
View ArticleHOW DO I SHARE MY DATA BASE BETWEEN MY CO-WORKER IN ANOTHER STATE
HOW DO I SHARE MY DATA BASE BETWEEN MY CO-WORKER IN ANOTHER STATE
View ArticleThe time has come! Step up SQL Server Gurus! Your community needs heroes like...
TechNet Gurus... we salute you!You're awesome, and we know it!Your knowledge uploads and nifty info nuggets are our life blood at TechNet Wiki.Every awesome article that gets an award is just the...
View Articleupdate sql server
Dear Microsoft team, please help that we had installed a evaluation version of sql server 2012 enterprises. and we had take a licence of of sql server 2012 standard. But i forget it to change from...
View Articleedit DTS package in sql 2008 management studio
Hi i am trying to edit DTS Package in sql server 2008 management studio, note i found that i cannot find this path Microsoft SQL Server"\80\Tools\Binn\Resources\1033 i can see only Microsoft SQL...
View ArticleNeed to find from where email are triggering
Hi All,I got a one request to find from where emails are triggering , user simply said it is fromSCCM SQL Server and i tried to find in all SCCM ms sql server databases usingsyscomments and...
View ArticleChange the Date Format
I have a column called BusMonth where date is like:BusMonth201402201306201708From this I need to derve a column called season where it should look like:SeasonSP14SU13FA17Basically the idea here is to...
View ArticleSQL Database design for gymlog question
Hi,I am looking into making a Project with a weekly gym database.I was wondering what you consider would be the best way to set up my database and my tables. It's a Daily exercise log tracker with...
View ArticleWebmatrix Installation
I having some issues running Webmatrix. I think it has something to do with SQL Express. Can I get some help here?
View ArticleRetriev Top to columns of table based on latest date
Hi all,I have the below tableDate Value1/1/2012 10001/1/2013 2000 1/1/2014 3000I need a querry which will fetch the latest two dates and values. ie it...
View ArticleDatabase Mail sends alerts after server reboot ?
Hi,We are running SQL Server 2008R2 and database mail has been set up for sending alerts (Database and Transaction Log maintenance plan).When we restart the server, we get a number of alerts...
View ArticleHow to create indexed view ?
CREATE VIEW [dbo].[qlk_fact_opening_closing_stock_final31] AS SELECT a.period_key,a.reporting_period_key,a.product_key,opening_stock_unit,closing_stock_unit,std_cost_price,opening_stock_rand AS...
View ArticleSQL 2012 Installation Error
Good DayI am trying to install SQL 2012.during the installation process it halts and I receive the following message:TITLE: SQL Server Setup failure. ------------------------------SQL Server Setup has...
View Articledatabases named with trailing SID
I I have 5 databases visible each named WSS_AdminContent with trailing identifiers like a07991a0f45544d596xxxxxx on 4 of them. What is this , why , and what if anything should I do about it. PS I'm a...
View ArticleWhy it is not working in my LIVE server ?
SELECT a.period_key,a.product_key,a.opening_stock_unit,a.closing_stock_unit,a.std_cost_price,a.opening_stock_rand AS opening_stock_rand_cos,a.closing_stock_rand AS...
View ArticleSQL Server 2008 won't recognize copied database
I copied my mdf and ldf file to the cloud server, and the data path is correct. But the database does not show up in management studio. I have done this before between in house servers running SQL2008....
View ArticleInner Query relating to calculated field in main query
I have a query that has calculating fields in it.What I am trying to do is Create another inner SELECT query similar to the one above but using the FP_Qty_Required calculated field in the main query?Is...
View Article