SQL Server Tables Questions and Answers

Recent IT Questions

1 - 20 of 45
<<PREVIOUS 1|2|3 NEXT>>

Error when insertin.g data into SQL table

                I'm using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I'm having a problem of inserting data into one of the tables in my database through my VB.NET application. I...

View Answer   |  Sep 26 2009  10:31 AM GMT
VB.NET 2005 programming, SQL tables, SQL Server tables
asked by Obhasha07

  75 pts.

SQL Server 2005 question self join query

I have one table that name is TblCategory on that 2 columns are CategoryName another column name is UpperCategoryID my table is like this CategoryName UpperCatID ------------ ----------- Book Commerce Commerce Accounting Science Math Commerce B.O....

Answer Question   |  Aug 5 2009  10:36 AM GMT
SQL Server 2005, SQL Server Query, SQL Server tables
asked by Kotnimahesh

  5 pts.

SQL Server tables - What account created the object

Is there a way to see who created or droped a table in sql server?

View Answer   |  Jul 31 2009  11:33 PM GMT
SQL Server administration, SQL Server tables
asked by RickMartinez

  85 pts.

recovery when using sql tables

Recovery or rollback procedure when using SQL tables on AS400

View Answer   |  Jul 7 2009  1:34 PM GMT
SQL tables, SQL Server tables, AS/400 SQL
asked by Ragenrags

  10 pts.

Restoring a deleted table in SQL Server 2005

How do I restore a deleted table in SQL Server 2005?

asked by SQL Server Ask the Experts

  2445 pts.

FirstIAM page of a table in SQL Server 2005

Hi, Can you please explain how is the "FirstIAM page of a table" is calculated in the sysindex view, in SQL server 2005. Is is stored in some system table or is it calculated every time a table is accessed? Pardon me if this sounds to be a stupid question.I am new to SQL server 2005 :-)

View Answer   |  Jun 12 2009  2:22 PM GMT
SQL Server 2005, SQL Server tables
asked by JudeAj

  5 pts.

query for join

i have 2 tables unittypes,rules unittypes has unitid and description unitid description A1 description1 A2 description2 A3 description3 rules has id unitid 1 A1,A2 2 A1,A3 i am trying to get it to get a resultset like 1 ...

View Answer   |  Jun 1 2009  12:50 AM GMT
SQL Server Query, SQL Server tables, JOIN statement
asked by Rampradeep

  5 pts.

SQL Server 2000 Database Table Limit?

Is there a limit to how many tables a single database can hold in SQL 2000?

View Answer   |  May 6 2009  8:18 PM GMT
SQL Limits, SQL Server 2000, SQL Server database
asked by Xarly

  25 pts.

Left outer join

I have 5 related tables. The main table is meeting. The other tables are participant_meeting, vendor,user_id, address. I need the meeting information and the particpant who attentds the meeting(participant_meeting), and their address(address) the vendor for the meeting (vendors) , user_id for the...

View Answer   |  Apr 24 2009  2:34 PM GMT
SQL Server, SQL Server tables, LEFT OUTER JOIN statement
asked by Niveanand

  5 pts.

Loading an XML file's dataset into an existing SQL Server 2005 table

I have a dataset in an XML file that needs to load into an existing SQL Server 2005 table. It also needs to check existing rows before loading. What will be a good way to do that?

View Answer   |  Apr 20 2009  2:52 PM GMT
SQL Server tables, SQL Server 2005, XML
asked by SQL Server Ask the Experts

  2445 pts.

Retrieving and adding data to tables on different SQL Servers

Is it possible to retrieve data from two tables, located in two different SQL Servers in one domain, and then add the data and save the result in another table in a third SQL Server?

View Answer   |  Apr 20 2009  2:44 PM GMT
SQL Server, SQL Server tables
asked by SQL Server Ask the Experts

  2445 pts.

Optimizing a SQL Server stored procedure

I want to optimize my stored procedure in SQL Server, as it takes some time to execute. It uses a temporary table to store some data, and then it uses a dynamic query that we execute using the EXEC statement. How can I remove temporary table or, in general, how can i improve performance of this...

View Answer   |  Apr 2 2009  4:47 PM GMT
SQL Server stored procedures, SQL Server tables, EXEC
asked by SQL Server Ask the Experts

  2445 pts.

Deleting in a complicated data structure on SQL Server 2000

I have a complicated data structure on SQL Server 2000 which, at times can go four levels deep. It is all designed using foreign keys, as expected. I am having difficulty getting deletion to work from the top level, which is an orders table. Some child tables have cascade deletes on, and some are...

View Answer   |  Mar 24 2009  5:49 PM GMT
SQL Server 2000, SQL Server tables, SQL Server database
asked by SQL Server Ask the Experts

  2445 pts.

Configuring SQL Server to not lock tables when using the SELECT statement

Is there a way to configure SQL Server to not lock tables where I am using the SELECT statement, so as to not have to writte "with NOLOCK" every time I use SELECT?

View Answer   |  Mar 18 2009  3:33 PM GMT
SQL Server, SELECT statement, SQL Server tables
asked by SQL Server Ask the Experts

  2445 pts.

Unable to correctly view overlapping SQL Server tables

I want to overlap two SQL Server tables, and when I do, it is visible in Report Preview. When I run the report in a browser, however, the second table starts only when the first ends. Also, when I view them as a PDF, they show properly. Any ideas?

View Answer   |  Mar 16 2009  5:32 PM GMT
SQL Server tables, SQL Server, SQL Server Report View
asked by SQL Server Ask the Experts

  2445 pts.

Finding a table's name from a trigger name in SQL Server

How can I find the related table's name from just a trigger name?

View Answer   |  Mar 16 2009  5:19 PM GMT
SQL Server, SQL Server tables, SQL Server triggers
asked by SQL Server Ask the Experts

  2445 pts.

Using SSIS to populate SQL Server Data Warehouse

I am just wondering if anyone has tried using SSIS to extract data from iseries tables to insert into Sql Server tables?

Answer Question   |  Mar 12 2009  2:33 PM GMT
SSIS, AS/400 tables, SQL Server tables
asked by RodVerity

  15 pts.

Deny domain administrators to select from sql server tables ( SQL server 2005)

I have added the "domain admin" group to the Sql Server, and set permission as "Deny" to connect to the database engine. All employees of this group can still select from any table. The sql server "public" role does not have any permissions on any database table. The "domain admin " group...

View Answer   |  Mar 2 2009  8:28 PM GMT
SQL Server, SQL Server tables, SQL Server permissions
asked by IgorS

  5 pts.

Creating a summary table in SQL Server

I need to create a summary table for the combination of some fields in a SQL Server table. I have the combination field value and the source table name in one SQL table as a row value. I need to pick this value and then fire a query on a source table with extracted values from the SQL table. How...

View Answer   |  Feb 2 2009  6:34 PM GMT
SQL Server tables, Dynamic SQL
asked by SQL Server Ask the Experts

  2445 pts.

Data updation issues in a SQL Server table

I have accidentally updated all data in a SQL Server table according to one data source, and now all my data is a copy of that data. How can I make a command to allow all data in that table to search for other data and update, according to another reference table?

asked by SQL Server Ask the Experts

  2445 pts.

1 - 20 of 45
<<PREVIOUS 1|2|3 NEXT>>