SQL 2012 Device CALS
In Microsoft's SQL Server 2012 Licensing Reference Guide, it states on page 9 that for the SERVER+CAL Licensing Model: Note: Devices not operated by humans require device CALS, even when connecting to...
View ArticleLog Parser - Specify DateTime Datatype
I'm using PowerShell and Log Parser to import CSV data into a series of SQL Server tables. It's working in as much as I'm selecting all columns with the default datatypes using the following...
View ArticleFor the reading puropose
Hi friends, I just want to know which SQL textbook is good for understanding the complete sql. Plz suggest me.
View ArticleSQL DBA books
Hi,I have been working as a DBA for the last one year. But I want to explore the minutes areas in being a SQL DBA. Can any one refer a good book for SQL DBA, not too complex ones?
View ArticleSchedule Query in SQL2012
Hi All,I want to create a schedule in SQL 2012 to perform steps.**Note: I don't have SQL SERVER AGENTRegardsIshu Bhardwaj
View ArticleSQL Express Instance Name
(I've found lots of related posts, but still can't get my code to work in my particular situation. Also, I'm not new to SQL Server -- just to using SQLExpress in VS Express 2013.)I've installed VS...
View ArticleMultiple language support in Sql server 2012
Hi We need our database to store information both in Chineses and other western language like German.Have searched some topics the only way in sql server 2005 is to set the data type from varchar to...
View ArticleHow to give view access to a column in a table
I have a view with 100 columns. I want certain users to have access only to 10 columns. I was able to do this without any issues, but when they connect and expand the view they could still see all the...
View ArticleDisable prevent saving
I want to make some changes to a table previously created ie adding new columns or deleting a column but it does not workdue to prevent saving error messagehow can i disable prevent changes
View ArticleSQL 2012 SPLA (CAL) Per User license - who is considered a user?
Hi, for the SQL 2012 SPLA (CAL) Per User license - who is considered a user?Let me give you an example below:Server is running a website (lets call it testsiteabc.com), for database, server has MS SQL...
View ArticleSelect Distinct rows from multiple tables
Table 1 is a List of Vendors - VID, PID, VName, VAddress, VPhoneTable 2 is a list of Products - PID, PName, PPrice, PWeight, PColorI need to produce a list of unique PID's showing the following fields...
View ArticleQuery to export only 4 columns from sql table into excel
Hi All,Query to export only 4 columns from sql table into excelDatabase = October_CLITable = dbo.rawColumns = Series, State, Latitude & LongitudeExcel Version = 2010
View ArticleNeed Help comprehending datatype chart.
Regarding this article: https://www.sqlskills.com/blogs/jonathan/implicit-conversions-that-cause-index-scans/ It has a colored chart showing which implicit conversions can succeed without forfeiting...
View Articleunable to retrive data from two tables using multiple joins
Hi,Table: EMPmgr eid nameeidmgrid1A1 null2B2 33C3 3i need to get result as:eid ename mgrnamethanksAVS
View ArticleError while importing excel 2007 into sql 2012
Hi All,While importing data from excel 2010 into sql 2012 i am getting following error:Msg 7399, Level 16, State 1, Line 1 The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)"...
View ArticleFailed to allocate reserved pages: FAIL_RESERVED_PAGE_ALLOCATION 1
2014-10-09 07:57:21.55 spid59 Failed to allocate reserved pages: FAIL_RESERVED_PAGE_ALLOCATION 1 2014-10-09 07:57:21.56 spid59 select @@VERSION Microsoft SQL Server 2012 (SP1) - 11.0.3000.0...
View ArticleNeed to change the User password in the database for admin panel.
Hi.I have a website and i want to access the admin panel i.e http://localhost:1111/adminThe users are created and are been given the privileges of a manager.The password of the users is a long string...
View ArticleGLOBALTRACE_RETAIL (TRCFLG_RETAIL_DOC_SYSTEM_MASTERONLY)
Using 'dbghelp.dll' version '4.0.5' 10/08/14 18:08:01 spid 55Location:AppendOnlyVersionStore.cpp:160Expression:GLOBALTRACE_RETAIL (TRCFLG_RETAIL_DOC_SYSTEM_MASTERONLY)SPID:55Process ID:11004.sql...
View ArticleHow to add a comment on column and table
I would like to have a comment for each column, I know this is possible in oracle we can have comment for each column.can I have the same in SQL Server, can you provide me a simple example.I created a...
View ArticleBest Practice for Distributing Databases to Customers
I did a little searching and was surprised to not find a best practice document for how to distribute Microsoft SQL Databases. With other database formats, it's common to distribute them as scripts. It...
View Article