SQL Server 2008 R2 VM only seeing 4 CPU's
Hi AllI have SQL Server 2008 R2 Server / CAL SQL licensingI have a Server 2008 / SQL Server 2008 R2 VM Guest Host is Hyper-V 2012 with 2x 6 core CPU's with HyperThreading, so 24 logical procsI have...
View Articlecan i change Data & log file path for a single/specific database in sql server?
Is it possible to change data & log file path for single or individual database and keeping other databases data n log file paths to default location only.
View ArticleRegarding sqlserver
Hi, we have two non cluster indexes on tableindex1index2when we retrieve data using select, based on index2 data should be retrievePlease help me
View ArticleSingle script doesnt run, if I separate it, it runs
Hello everyone! I have a script that when I run it in parts, it works perfectly, but if I compile it into one, it wont run, keep saying that the column that was added in the script before it doesnt...
View ArticleWhy I cannot see the scalar function result?
Hi thereI have the following function:ALTER FUNCTION [dbo].[getVacQueuePriority]( @deadLine DateTime, @reqID integer ) RETURNS...
View ArticleCannot step into the function when debug. Why?
Hi thereMS SQL has the debugging feature - nice. But I cannot use it. Once I setup the break point in the function code and click Debug button on the Sql Management Studio toolbar, it positions on the...
View ArticleDatabase file size in SQL Server 2008 R2
What's the database file size limitation of SQL Server 2008 R2 Enterprise Edition and Professional Edition?Thank.
View ArticleQuery With out using inner query..?
The image shows the design of my SQL table...and that is the output that i want...And With out using any SubQuery(InnerQuery) Plz help me to solve this
View Articlecant start sql-server cervice
hii installed sql-server 2012, i got some problem in installation....i try again and now its work.MSSQLSERVER - not work , so i make hem disableMSSQLSERVER2 - work excellentif i open the service...
View Articlequery on empty data and null dat
i have two tables dept (parent table){<DEPTNO (PK),DNAME,LOC>}; emp table (child table){EMPNO (PK),ENAME......MGR_ID(REFERENCE KEY WITH EMPNO).....DEPTNO}; in child table it has <MGR_id>...
View Articlebackup schedule
Our admin has demonstrated a recent full backup for all our sql server databases, but not being a SQL admin myself, where in sql server software can you see what is scheduled for backup, i.e. how often...
View Article"The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION."
Hi,I checked other threads; they don't seem to answer this question, which is very basic. I've tried the MS Help but it's clear as mud.I come from an Oracle background. I'm learning SQL Server because,...
View Article"is not a recognized built-in function name" Problem
Hi thereMy function makes a call to another existing function but MS SQL throws the exception:...is not a recognized built-in function nameI understand I have to prefixed it with the "dbo." name, but I...
View Articlereferencing a table of different database
Hi all:I have two databases, principal and cuentas in two serversIn a sp of principal I reference a table in cuentas I docuentas.dbo.paisesIn my local server it works fine, but not in my hosting. I...
View ArticleUpgrade sql server 2008 R to sql server 2012 on personal laptop at home
I have installed SQL server 2008 R on my personal laptop for practice at home in order to write microsoft certification. Now that I am specifically writing exam 70-461 for Microsoft SQL Server 2012.my...
View ArticleRegarding sqlserver
Hi, I have a product 100 copies are thereThree customers a,b,c are thereat a time a-60,b-40,c-50 has given orderin this situation how can we write a queryPlease help me
View ArticleMaintainance plans
Hi,How to migrate the maintainance plans from one server to other server?
View Articledefault instance of the SQL Server not visible
I am new to SQL Sever & I have also searched for my problem onggogle but didn't get it.I have downloaded and installed SQL Sever 2008 (& SSMS) from MSDN.Installation was successful. But I dont...
View ArticleBulk insertions
Hi,What happens when bulk insertion is done for logshipped database in full recovery model?What happens when bulk insertion is done for logshipped database in bulklogged recovery model?Difference in...
View Article