Bulk 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 ArticleRetrive data in sql server 2008 with procedures
Hi,Is it possible to retrieve data from a sql table through a stored procedure. i heard that we should use functions() in MS SQL 2008 to retrieve data.Another can we update a table through a function...
View ArticleVB app development with an attached SQL database
Hi, i'm just getting acquainted with VB and if my question has already been answered, please let me know.I'm building a two-part application: a frontend which employees can use to register their...
View ArticlePartition
Hi,What is partition function?what is schema partition?What is filegroups in partition?How to do partition of two tables those are in same database?
View ArticleSQL: how to make a quick query?
There are three tablesCreateTableInputItems(ItemIDintPrimary key,Name nvarchar(250))InsertintoInputItems values(1,'Raw1')InsertintoInputItems values(2,'Raw2')InsertintoInputItems...
View ArticleSQL Query to compare 2 sets of columns
Hi,I have always compared 2 columns to find the differences using the following query:SELECT [Column1] FROM [SERVER1]...['Sheet1$'] except (select [Column2] FROM [SERVER1]...[Sheet2$])which finds the...
View ArticleSQL Server 2005 Management Studio on Vista
Hi, I have a question about the user provisioning tool for vista after you install SQL Server 2005. Let's say I have the 2005 database engine installed on a server OS and the account I'll be using to...
View ArticleHow to avoid mentioning the dbo. schema?
Hi thereHow to make the dbo schema default and avoid mentioning it in my SQL statements?Instead of using select e.*, dbo.getEmplHomePlant(e.Id, '2013-12-03') as HPlant, ...I want to put it down as...
View ArticleDifferent Database Servers
Hi,kind of a newb when it comes to administration. I have a query regarding syncing database b/w different servers.We have Server 1 (DB1, DB3, DB4) and Server 2 (DB1, DB3, DB5).Server 1's database will...
View ArticleNewbie Management Studio Question - Local Server Groups
I was working with registering existing production servers to a 'local servers group' in Management Studio in order to try and run some queries against multiple SQL servers.If i want to remove them -...
View Articlelooking for a hosting
Hi all:I use several User defined table type for passing table values to some stored proceduresI also use TVF I have 3 databases. I call 1 of them as databasename.dbo.tableDo u know a hosting that...
View ArticleHow to get Running Process in Sql Server along with Name
HelloI have following querySELECT COUNT(*) FROM (SELECT DB_NAME(dbid) as DBName, hostprocess, loginame as LoginName --program_name FROM sys.sysprocesses WHERE dbid > 0 and...
View ArticleRetain changes made in the Grid View with Paging
Consider the situation where the Grid View is having 2 Columns and 30 rows which display 10 rows per page. Here all the fields in the Grid View are Editable Text Box. We can make whatever...
View Articlestart-up Error (ssms/resetseting)
Dear All,I am getting Error in sql start-up Error is Like : ssms.exe/resetseting Please help me out!!as per require i attached the screen shot !Please Please !!Thanks . Rajesh Kumar email-Id...
View ArticleSQL 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 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 ArticleImport/Export Wizard crashes when using any native client provider.
When I try to use the SQL Native Client, SQL Native Client 10.0, or SQL Native Client 11.0 data source providers in the SQL 2012 Import/Export Wizard, upon clicking next or attempting to select the...
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 Article