Error - 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 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 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 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 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 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 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 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 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 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 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 ArticleFuture of SQL Server
Hello. I've known Microsoft doesn't support own SQL Databases any more. Last version was 4 (in 2012). Can you recommend me something as alternative one with full of compatibility for WPF and...
View ArticleHow to join the Rule ID to the Error Excel data table.
I have a requirement to get the invalid active rule ID from the rule table for the interface errorsInterface has the logic to log an error, if more than 1 rule found for same combination of product,...
View ArticleSQL 2012 service accounts best practice
I'm installing SQL Server 2012 for ConfigMgr 2012 r2 and I wonder what is the best practice for SQL service accounts.During the installation of SQL Server, in the server configuration/Service accounts...
View ArticleDatabase tables and view what is the difference?
SQL server it is possible install other instance? what is advantage and impact of other instance server installation, how to give rights to users, what is Databases (system database, Database...
View ArticleI want to make crud stored procedure
helloI have two table 1. Model(model_id(PK), model_code, model_desp)2. Maker(maker_id(PK),maker_code,maker_desp,model_id(FK))Now I have Gridview in asp.net c#MODEL TABLE...
View ArticleIssue in rebuilding index after restoring database from sql server 2005 to 2012
Hi All,We have recently restored a database named DBA_admin from our sql server 2005 instance to sql server 2012 and we have added the database to out weekly maintenance plan. After adding the database...
View Article