License Schema on SQL Server 2005, 2008 and 2012
Hello Friendsi have a physical server that has 2 processors with 10 cores each one and because the hyperthreading technology (i guess) in my os appears 40 cores. i need install SQL Server 2008...
View ArticleCannot find SQL Server 2008 instance
I have installed SQL server 2008 Developer edition on my laptop. When I open SSMS I cannot find the installed instance under the Server Name group and When I choose the Browse More option and go to...
View ArticleBCP error: Unexpected EOF encountered in BCP data-file
Hello,I am using SQL2k8R2 and it often comes to a need to do big data import for analysis, I believe bcp whould be the best efficient way to go, however, the bcp is really something that you like it...
View ArticleExecuted as user: ADMIN\abc-SQLServer. Linked servers cannot be used under...
Hi All, We have verified permissions on both sides,current server and linked server, the user has sysadmin. Another key piece of information is that this is happening when executing a SQL Job.Thanks.
View ArticleSQL Server 2008 Express Installation fails.
I am trying to install SQL server 2008 Express edition on my desktop (OS: Win 7 HP - 64 bit). I have been unable to do so on all of my 3 attempts.The installation gets to the end and then gives a error...
View ArticleDesign of basic accounting system
HelloI am new to the world of databases. I am about to design a database for a basic accounting system and payroll. I would deeply appreciate if you refer some good tutorials/samples about design of...
View Articleinsert avalue based another state
I want to insert to the column checkinorout value checkin or checkout in first checkin and then checkout and then checkin based on the same SENSORID and the same checktime as you see I want thisselect...
View ArticleBulk insert and format file error : "Cannot bulk load. Unknown version of...
HelloI have my table and bulk insert as:DROP TABLE states CREATE TABLE states( zip int NOT NULL, city varchar(50) NOT NULL, state varchar(50) NOT NULL, latitude decimal NOT NULL, longitude decimal NOT...
View ArticleIs this the right way to implement a database using SQL Server Express?
Purchase a single central server (if you don’t have one already) and house it in the Wild Wood Apartments headquarters located in San Francisco, California Purchase and install Windows...
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 ArticleBad practise : IP hardcoded and now SQLSERVER MOVED IP
Hi all, I have a big big trouble. there is a remote Server in a virtual factory.Right now I need to move all the applications inhouse... no problem... we copied all the software, we moved the...
View ArticleNeed a good Front End
Sir I am a very new to programming language, what I seek from u is nice front end software to learn & implement which I want to access from any computer(just not LAN) using a browser, I have set up...
View ArticleSQL Agent Jobs
Hi,I have configured few jobs in sql server agent. Now i want to check the SPID for the currently executing job in SQL agent. How to check the SPID for currently running...
View ArticleHow to determine its an Express Edition
What SQL Syntax command can return me with information to determine that the installed SQL Server Management Studio is ofExpress Edition or Enterprise Edition or any otherProfessional Edition?Thanx in...
View ArticleBest learning resources of SQL Server
Could you share the best resources to learn SQL Server? Hello World
View ArticleIn which sequence are queries and sub-queries executed by the SQL Engine
In which sequence are queries and sub-queries executed by the SQL Engine?Which is correct ?a. primary query -> sub query -> sub sub query and so on b. sub sub query -> sub query -> prime...
View ArticleReturn what ? IS IF UPDATE (Column_name) parameter in a trigger definition...
The IF UPDATE (Column_name) parameter in a trigger definition will return TRUE in case of an INSERT statement being executed on the triggered table: Which option is correct ?a. YES b. NO c. It returns...
View Articleretrieve many child records IF one of them matches query
I have the following select:SELECT Toxpat.Casenumber, Toxpat.StartDate, Toxexpsub.Subdesc, ToxExpsub.Poisendexcodefrom ToxExpsub, Toxpatinner join on (codevalue.CodeID=toxpat.calltype)where...
View ArticleIs pessimistic locking is the locking scheme handle by the server
Is pessimistic locking is the locking scheme handle by the server ? comment ?
View ArticleMS SQL SERVER 2000: Column Property
Which of the following is not a column property? choose option? a. null b. not null c. default d. identity
View Article