Maintaining Tables & Indexes in seperate file groups
Hi All,I know tables with indexes or without indexes can be moved from default primary group to secondary or customized file group but Is it possible to keep indexes in one file group and the tables in...
View ArticleCreating New db(with new name) with the old db backup sql server 2008
Friends..version: Sql Server 2008I have a database in a name college1 (more than 200 tables and view etc...)i want to create a new db with all the structures including the data of the above db college1...
View ArticleDetermine what objects a user account is linked to
We had a recent staff change and I need to scan the databases to determine what jobs, ssrs and ssis objects are linked to a specific user account so I can point them to a service account instead before...
View ArticleTo find past blocking
Hi Experts,I am in need to find out the previous blocking sessions which occurred over the weekend when Database Maintenance Weekly Index Rebuild and Database Maintenance Weekly Integrity Check runs, I...
View Articlecopying or backup of a database
Hello all,This may be a very simple question to answer. I am looking at getting a (copy) of our live database off our live server (Sql management studio 2005) and moving into a test server for testing....
View ArticleError - Index out of range exception. Index was outside the bounds of the array.
Hello all,In a solution that I use called (TablePro) i am getting the following error message when importing some table drops from the solution. 6965System.INdexoutofRangeException:INdex was ouside the...
View ArticlePlssss.. Help Me. i dont know what to do. I need to have SQL Server for my...
I all ready Install SQL Server Management Visual Studio.But Before to start, Server Name and Authentication Required.and this is my problem.i dont know what it is.plssss. Help me... i need this for my...
View ArticleConnecting Visual Studio 2013 to Sql Server
Hello all,I just finished building my website in Visual Studio 2013. I have a database on SQL Server 2005 that i need the web site to talk with and get data from. How do i connect these two things?...
View Articlemissing functions
I'm working through the 70-461 training kit at home and for some reason my install of SSMS doesn't have the functions 'CONCAT() or FORMAT() installed. There may be others but I'm only on page 47. My...
View ArticleSQL inner-join and outer-join Statements
? write a select statement that returns all columns from the vendors table inner-join with the Invoices table? Write a select statement that returns five columns fromm three tables, all using column...
View ArticleHow do I open a table?
I have tables in a database and can't see the option to "view" or "open" it and see all the data. I found "Select top 1000 rows" I am new to it, how do I open the table to see all headings and records...
View ArticleHow to defrag after Shrinking the data and log every night
OK, my shop has a shrink job that runs every night. It shrinks the data and log files. DBCC SHRINKFILE (filename,1). We have recovery model Simple.So reading that SHRINK is horrible for the data file...
View ArticleGetting a database over to a new server
Hello all,I was curious about the best way to get a copy of a database over to a new server , connecting to a new database engine for testing purposes. I made a backup of the current live database and...
View ArticleCPU constantly hitting 100%
Hi Experts,we are facing CPU 100% usage, it is constantly hitting 100%.what I did was:checked for any blocking, no blocking session found.identified the long running query, user killed it as it was...
View ArticleLinked Server
SQL Server 2008 R2I have a user who is trying to create linked server using one of his programs. What permissions do I need to give that user to create those linked servers?He is trying to call the...
View ArticleETL Bulk Load, should we set Recovery to BULK Logged
We have an ETL process that our clients run on their SQL Servers. They must be SQL2005 or above. The ETL runs once a night. No other updates are allowed to the DB. Our ETL runs from SSIS and reads...
View ArticleSQL User Account
Hi,I've download SQL Server 2014 express, I can login onto SSMS using windows authentication.Under security / logins, I created a user and mapped it to server roles (sysadmin/public).Under user...
View ArticleI need help on SQL query
I have requirement to get the rule count from the rule table for interface errorsInterface has the logic to log an error, if more than 1 rule ID found for same combination of product, location and...
View ArticleERROR 1053 : THE SERVICE DID NOT RESPOND TO THE START oR CONTROL REQEQUEST...
ERROR 1053 : THE SERVICE DID NOT RESPOND TO THE START oR CONTROL REQEQUEST TIMLY FACHION ERRORREPORTING SERVICES ARE NOT STARTING
View ArticleCan i point visual studio 2013 back at my sql server.
Hello,I am creating a HTML website in visual studio 2013 using the web developer. How would i get this site to point back at a database table within sql on another server to pull data to update the...
View Article