Permission Issues?
I'm having SharePoint database permission issues (I think). When I try to click on the DB, I get the following error:=================================== The database SharePoint_Config is not...
View Articleconnection problem
I downloaded file SQLEXPRADV_x86_ENU.exe (version 10.00.1600.22), and used it to install SQL Server 2008 Express with Advanced Services, which I think has capabilities comparable to SQL Server 2008...
View ArticleAdventureWorks2012 DB logic and tutorial?
HI All,I downloaded and attached AdventureWorks2012 sample DB but I am not able to understand the naming conventions and the logic in some tables. for example,1) why table naming is like Person.Person,...
View ArticleHow do i convert the following SQL Server Code to MS-ACCESS
select cust.customerid, cust.customername, amt.AccountID, amt.[Total amount], amt.[Daily Amount], t.amountgiven from cutomertable cust inner join Amountdetailtable amt on cust.customerid=amt.customerid...
View ArticleUnable to generate DB script - Encrypted SP
Hi All, Our "Prod DB" has reached 20 GB on SQL2005. We have cleaned the main tables which contains big number of data. the mdf file still as 20GB but the good thing when we do a backup i show only 1...
View ArticleHow to convert a complicated query into view
I have a query as given below and i want to make it into a view so that i can use excel to view the query but it says there is a issue with declare statement i think i am missing some basics here and...
View ArticleAccess SQL server database through VPN
Dear all, I am currently new into sql server and networks and currently experiencing problems connecting to VPN, to access database (sql server)I have database set up on different server and would like...
View ArticleRanking
Trying to rank data in one select (ie...one pass of the data). I am looking to get data output as the “Want” column shows. Would like the ‘BUS’ DayType count to carry over to the ‘W/E’ Day (3,8,13 in...
View ArticleUnable to attach AdventureWorks database
Installed SQL Server 2012 Express. I have an instance of 'SQLEXPRESS' from the Discovery Report (Instance ID MSSQL11.SQLEXPRESS).I am trying to attach the AdventureWorks2012_Data.mdf but receive the...
View Articleusing left join and counting number of rows that are in table 1 and appear in...
I have 2 tables, suppose they are t1(1,2,3,4,5) and t2(1,1,2,2,3,5,6), I want to show that items in t1 exist in t2 then count the number of appearances in t2 such that I end up having...
View ArticleNeed some help for Sqlserver 2012 Express edition
HII want to know the following things.1)Is the Sqlserver 2012 Express Free?2)Should i get Sql Server 2012 Management studio express for free ?3) Sql server 2012 express and Sql server management studio...
View ArticleCannot Login into new created Login Name (SQL Server 2012)
Hi,I can't login into my newly created Login in SQL.Here is the scenario:1. Created Login using SQL Server Authentication.2. I entered the correct Server Name and Password.3. Resulted into an...
View Articledatabase design- foreign key ?
I have table transaction history, which have transaction_id, account_no, Account_type, transaction_type.Account_no & Account_type is from Account TableTransaction_type is from Transacion Type...
View ArticleCHECK CONSTRAINT question
In some Microsoft SQL Server scripts you sometimes see something like this: ALTER TABLE Table1 WITH CHECK ADD CONSTRAINT FK_Table2_Table1 FOREIGN KEY (COL2) REFERENCES Table2 (COL2); ALTER...
View ArticleMove MDF and LDF Files from C:\ Drive to D:\ and E:\Drive
Hi TeamRight now MDF and LDF Files are in C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATAWe want to move MDF file in D:\ Drive and LDF File in E:\Can you please suggest us...
View ArticleError: Cannot determine security.config file path for SQL2008R2 development...
The installation gets past the check for the windows installer and .net 3.5 but fails here finding the security.config path. I've turned off the anti-virus, uninstalled and reinstalled .net 2.0 and...
View ArticleSql server query
Dear all,i have a table by the name of userinfo in sql server 2008 which is master table in include information related to employee and one another table by the name of checkinout(userid,checktime)...
View ArticleWhat is the best skills for SQL Server developer must acquire it?
What is the best skills for SQL Server developer must acquire it to be qualifiedMohamed Ahmed Database Administrator & Developer
View ArticleMicrosoft SQL 2008 Server Installation on Ubuntu Server
Hi there..I need help for installing microsoft sql 2008 server on Ubuntu Server....can I install sql 2008 on Ubuntu....Pls Guide.RegardsYogesh Chavan
View Article