Quantcast
Channel: Questions in topic: "sql-server-2005"
Browsing all 415 articles
Browse latest View live

updating a column which thrown error

Hello All i am updating a column then it has thrown the following error please find the update query and the error: update table_jboss_tomcat set employee_id = 433 where employee_id in (453,467) Msg...

View Article


Upgrade SQL 2005 table to 2008

I know there are different ways to upgrade a database from 2005 to 2008 but what is the best way if I just want to upgrade some tables from a 2005 DB to a 2008 DB? By scripting the tables and then to...

View Article


Problem in detecting orphaned user on database.

This is database restore case(MSSQL2005 to MSSQL 2008) in that database is restored from one server to another server and while checking orphaned user by command “sp_change_users_login 'report'” for...

View Article

Clustered indexes and DBCC DBREINDEX

The old DROP INDEX table.index CREATE CLUSTERED INDEX index ON table.columns (where the original index is clustered) did a great job of sorting the data in the table. DBCC DBREINDEX table reindexes all...

View Article

Estimated Rollback Completion 0% in SQL server 2005

There is a Job with huge Transactions in a table. That table contains nearly 30 Million records and that table is not used anywhere else. My intension is delete all records and keep the current year...

View Article


Windows ODBC

Hi All, We have a Windows ERP application (C sharp) with SQL Server 2005 backend, with a mix of XP and Windows 7 clients. With XP the first call to a dataset takes 3 seconds.(all subsequent are less)....

View Article

I want to generate Id automatically for students of a school

I want to generate id automatically for students of a school. The student have class, department and section combining this three i want to a id for student and the id will unique. here i give my...

View Article

how to write query to get weekly details and tabledetails are narmal as you like

date1, date2, date3, date4, date5, date6, date7 ---------- employee name xxx xxx xxxx xxxx xxxx xxxxx xxxxx employee name

View Article


How To remove the SQL Instance from Cluster

Hi, This is a new task assign and i have never perform this in my past . i have to uninstalled the SQL instance. We have A-A Cluster and 3 instance are running on it. now i need to uninstalled 1...

View Article


Change file names on DISK with t-sql

This is the code that I have in order to change the file names in a directory, but I must provide the full name of the file and then the new name. ALTER procedure [dbo].[sp_ReplaceFileOrDirNames]...

View Article

via which tables do I get the Column(EMI number) in table_emi_emi to the...

Hello ALL, i was asked to find the tables through which EMI Number can be taken. there was a cloumn "EMI_number" in table_EMI_EMI. now i need to know how to get this column to the another table...

View Article

Vardecimal state without using sp_db_vardecimal_storage_format

The vardecimal state for any database (2005 SP2 onwards) can be either on or off. To find out this value you have to execute the sp_db_vardecimal_storage_format stored procedure with the relevant...

View Article

How do I parse the following XML into an sql server table bearing in mind the...

` - Date Description Quantity Amount £ VAT Rate % VAT Amount £ - 03 MAY 2012 IFAS-010000010488311 `

View Article


Why is the database size larger than sum of table sizes?

The data base total data files sizes are 35GB. The following are the top 10 tables with sizes in KB's. But tables sizes are around 1GB but database size 35GB why? Row count Size of table(KB)...

View Article

login failure alert in sqlserver log

Hi All , I have one Domin user and which have SYSDMIN Permission on SQL Sevrer instance but i am gettin the login failure message Message Login failed for user 'USASTELLAS \ SQLAdmin'. [CLIENT:>...

View Article


Best option for producing counts in reports

We run in a SQL 2005 environment and have MS Office 2007. Our managers ask for a lot of reports based off counts from a SQL query. What would you suggest as being the most efficient option of reporting...

View Article

GUI for sql server missing

Dear all, I have windows server 2003 sp2 - 32bit, I installed the sql server 2005 sp1 on this server , but when I go to start to open the Management Studio GUI. So I download the sP3...

View Article


datagridview with checkbox

i have 3 checkbox in a datagridview it should only accpet 1 checkbox, it cant have multiple checkbox to get value -patrick pls help pls

View Article

help pls datagridview problem

Please help me!!! Is it possible to make a set of checkboxes in a gridview act like radio buttons so that when one is selected the other two are deselected?

View Article

"Microsoft.SqlServer.Management.Sdk.Sfc" can not be found."

Hello, when attempting to add a database to my application in Visual studio 2010 premium, & sql 2005 ..I get a successful connection to the Microsoft SQL Server and the browser shows my databases,...

View Article
Browsing all 415 articles
Browse latest View live