Transparent data encryption Enable
Hi Team,Can you please guide me HOw can we enable TDE in sql server 2008 which edition we have to use to implement this feature in for Dabase backups.Kindly suggest us.subu
View Article.msd -" You dont have permissions to open this file"
when i connect vb studio to sql server 2008 .msd file, it is showing error named " You dont have permissions to open this file". So i am not able to access db. What should i do.Regards Syed
View ArticleData Integrity and Database Tuning Advisor support on SQL 2012 Standard or not?
Dear All,First Question Could you please help me to answer SQL 2012 Standard Edition support feature Database Tuning Advisor? because I suspect when I see on this...
View ArticleSIMPLE INSERT... what is going on?
I am new to mssql. i don't like it already...here is my table: personID, fName, lName, abouthere is my query: INSERT INTO person(fName, lName, about) VALUES ("bob", "hope", "1 nice dude")when i click...
View ArticleMatching data from two tables using simple query.
I have two tables i write a query to get datas from first table where 'empid' is matching with second table. Table name 1:tblBillPay_details Table name 2:tblBillPayViewID Query is: SELECT...
View Articleconnection to SQL Server files (*.mdf) require SQL server express 2005 to...
hello,i've installed SQL server 2005 express and Visual web developper 2005 express.when i whant to create a database in VWD the following error occures:connection to SQL Server files (*.mdf) require...
View ArticleI want insert single row in Order table and multiple rows in OrderDetails...
Thank you For Help DearKalman.LetMe ExplainBetter.I have four tables Named Customers_0, Orders_0, Order_Details and Products ThatTheir CharacteristicsAreAsFollows :Customers_0Column NameData...
View ArticleSELECTING TWO COLUMNS FROM DIFFERENT TABLES USING PIVOT.
Hello to all. I have two different views in SQL, one gives me the total sales from a specific product and the other one gives me the current stock. Then with two pivot tables i get the results for...
View Articlecompare position in results
I have a list of cyclists and their total miles. When one enters a new ride, their total miles increases. I would like to be able to tell how many riders they may have passed and get the id of those...
View ArticleSimplified Query Designer
I'm looking to create an adhoc analytical environment for intermediate users to replace our SAS E-Guide application. No one is using SAS for anything more than ad hoc queries and SAS is expensive. The...
View ArticleSQL Server creating tables
I am trying to create this tables in sql server 2008. I am able to create first two tables. But when I create 3rd table the employe table is removed. Here is the query. CREATE DATABASE...
View Articlehow to insert single row in Order table and multiple rows in OrderDetails...
Thank you For HelpLetMe ExplainBetter.I have four tables Named Customers_0, Orders_0, Order_Details and Products ThatTheir CharacteristicsAreAsFollows :Customers_0Column NameData TypeAllow...
View ArticleEasy way to find out what 'sa' password is (or to change it) in SQL SERVER...
Sorry, I'm new at this...I need to be able to either find out what the value of the 'sa' password is, or be able to change it, in SQL SERVER 2008 EXPRESS.I've seen several explanations, all of which...
View ArticleAccess & SQL Server Error Message
Hello,I have an access front end with sql server back end.Some times I get an error message in a continues form:"Collisionwhen writing" -"This record was changed by another user after you started to...
View ArticleSimple recovery model and log_reuse_wait_desc, log size
I have create a db using SSMS and the script. Both gives different results in terms of the log file and log_reuse_wait_desc.folloing are the steps used in the testing.Kindly let me know why there is a...
View ArticleHimalayan SQL Server & Windows Server User Group Looking for SQL Books
I got the following email. Not exactly sure what to ask Amazon. I would certainly like to go there with a few books and give a lecture."Himalayan SQL Server & Windows Server User Group, is a team...
View ArticleSQL Server 2012 Business Intelligence Licensing
Moving to SQL Server 2012 is a good thing . . . but it's not clear to me how to license it.The Business Intelligence Edition uses the Server plus CAL model. The licensing guide says:"To access a...
View Article2008 r2 Missing from "Other Versions" drop down
Away for two weeks from work. When I got back, MSDN no longer listed SQL 2008 R2 in the "Other Versions" drop down. Just 2005 and 2012. Is this a setting I can change? Or, is this something that MS...
View ArticleSQL Server Log Question
When I have a log entry like below ... what does "xxxx" represent?06/09/2013 20:35:35,Logon,Unknown,Login failed for user 'WORK\xxxx'. Reason: Could not find a login matching the name provided....
View ArticleHow to fix this error in sql?
Hi All,How to fix this issue in sql. Here is my code<!DOCTYPE html><html><head><script> function displayDate() { var connection = new ActiveXObject("ADODB.Connection") ; var...
View Article