T-SQL Questions and Answers

Recent IT Questions

41 - 59 of 59
<<PREVIOUS 1|2|3 NEXT>>

MS Access to SQL Server Image

I have a Sql Server 2000 database. We don't have Web resources available, so I must write a User Interface in MS Access 2003. What I want to do is have the user supply a path and name for a document. Then I want to load the document into the Image field of the SQL Server DB. I have found some...

View Answer   |  Nov 11 2005  10:45 AM GMT
T-SQL, VBA
asked by DonMonroe

  0 pts.

SQL Server 2000/2005 - Creating Unique Constraints allowing multiple NULLs

Hi there! I'm having a problem maintaining data integrity on a database table in MS SQL-Server 2000. To ensure maintaining the integrity I need to implement a Unique Constraint on one of my coloumns. The problem however is, that this coloumn also has to allow multiple NULL-values - but for every...

View Answer   |  Oct 13 2005  4:13 AM GMT
Security, Servers, Microsoft Windows
asked by LeChuck

  0 pts.

tutorials-2

hi all. i have sent before a message about this subject but i didnt really had real replies that helped me. i am searching of tutorials of programming (delphi, linux, perl, python, c#, java ......) i have search in google, altavista, westciv, whatis, w3school,... So if anyone now how to get pdf...

View Answer   |  Sep 5 2005  3:06 AM GMT
Tech support, Windows, Network management software
asked by mmm555

  0 pts.

tutorials

hi all. i wanted to ask if anyone knows any sites where i can download free ebooks or free tutorials. thx.

View Answer   |  Sep 1 2005  3:39 PM GMT
Networking, Programming Languages, ABAP
asked by mmm555

  0 pts.

SQL Server Stored Procedure Editor

I'm looking for a good editor for T-SQL stored procedures. Preferably one that will color-code keywords like what the default editor does, but will allow search and replace functionality as well as printing capabilities. Considering the budget I have, no to low cost would help as well. Thanks in...

View Answer   |  Aug 17 2005  9:04 AM GMT
T-SQL, SQL Server
asked by AaronCutshall

  0 pts.

Library management system

i need a free library management system running on window or linux that can keep track of who has what cd/books any one help plse

View Answer   |  Aug 15 2005  5:39 AM GMT
Tech support, Help Desk, Hardware
asked by eduado

  0 pts.

DB2 function

Hi! I am using following expression in report filter. It gives parsing error. Presentation Layer].[Recent Claims].[Specific Service Date YMD] BETWEEN (?Parameter1?) AND ((?Parameter1?) - 200 DAYS). The database is DB2. Please let me know what is wrong? Thanks a lot,

View Answer   |  Jun 27 2005  3:00 PM GMT
Programming Languages, SQL, T-SQL
asked by meenac

  0 pts.

ASP.NET performance degradation

I'm running ASP.NET 1.1 on a Win2k server, application is written in VB.NET, with SQL server 2000 db on another box. ASP.NET application has very large pages with very complex data filled controls, but is only used on an Intranet by a small number of people. When users initially login, it...

View Answer   |  Jun 14 2005  11:09 PM GMT
Microsoft Windows, T-SQL, ASP.NET
asked by infrastructure32808

  0 pts.

calculation at database level

Hi! I will really appreciate help. Please take a look at few rows of one table . MBRNO Readmit READMIT DATE READMIT Readmit Seq. NO DISCHARGE date NO. of days 121 1 20030101 ...

View Answer   |  Jun 12 2005  10:27 PM GMT
Tech support, SQL, Software Quality Assurance
asked by meenac

  0 pts.

exception join

SELECT GRPID, MEMBER.PLNCD, MBIDT, MBSEX FROM MMEMBER EXCEPTION JOIN GPLANMAS ON MMEMBER.PLNCD = GPLANMAS.PLNCD This is a query used in showcase tool. It is looking for members who are noted in the member file with an invalid plan code. The current query produces 18 members with either...

View Answer   |  Jun 11 2005  3:50 PM GMT
Tech support, SQL, Software Quality Assurance
asked by meenac

  0 pts.

Oracle query to count rows in tables

Does anyone have a PL/SQL script to count the rows in all the tables in a given schema? No use reinventing the wheel... TIA, Mike

View Answer   |  May 27 2005  12:22 AM GMT
Oracle, SQL, T-SQL
asked by mikron2

  0 pts.

Integrating Connect:Direct with Sql Server DTS

Don't know if any body has managed to - but i need to start a C:D process from within a DTS script. all the components are working independantly - however DTS waits indefinitely for the C:D process to finish - it does not seem to receive the return code. (or process it properly) Any Help/ideas...

View Answer   |  May 24 2005  8:10 AM GMT
T-SQL, SQL Server 2000, SQL Server
asked by UselessOne

  0 pts.

Difference between Sql Server 7 & Sql Server 2000

Hi, Can you tell me difference between Sql server 7 and Sql Server 2000?

View Answer   |  Mar 14 2005  1:06 PM GMT
SQL, Microsoft Windows, T-SQL
asked by marshal

  0 pts.

Convert date format from UTC to PST in SQL

HI Friends Is there any way to convert date format from UTC to PST? Thanks and Regards Ashu

View Answer   |  Mar 10 2005  3:30 AM GMT
T-SQL, Database Management Systems, SQL Server
asked by ashug8bangalore

  0 pts.

Database comparison

I know this is 'cheating' but i was wondering if anybody had a quick way to compare two SQL2000 databases at an object level. I need to check the design of tables, code in Sp's etc. I think this can be done using systables, however i was wondering if anybody had done this and how easy it was. All...

View Answer   |  Mar 9 2005  4:21 PM GMT
Oracle, T-SQL, DB2
asked by UselessOne

  0 pts.

Returning Multiple result sets to Excel

I need to return a full result set including a number of Sum(s) Max(s) etc to an excel spreadsheet (don't ask why) from a Stored procedure on MS SQL2000. Problem is that Xcel can only handle a single result set per sheet... Any Ideas?

View Answer   |  Mar 7 2005  5:14 PM GMT
SQL, T-SQL
asked by UselessOne

  0 pts.

TopIndex property for .NET Web ListBox

I'm trying to automatically scroll down to the last inserted item in a multi-select ListBox when only a few of the total # of rows are visible. Windows.Forms ListBox control has a TopIndex property that allows you to do that, but there is no similar property for the Web control. Note: In a single...

View Answer   |  Jan 21 2005  9:44 AM GMT
Hardware, Programming Languages, SQL
asked by Nohemi

  0 pts.

How to purge records from the database?

I am a newbie to database programming and have been given this project where data older than 7 days need to be removed from multiple tables that the application uses. I am thinking about creating a stored procedure to do that and schedule a job that will run this stored procedure everyday. Not sure...

View Answer   |  Dec 21 2004  4:42 PM GMT
Tech support, Oracle, Implementation
asked by jinisha

  0 pts.

Calling a Function which uses ado command object in ASP

Hi... I am calling a function or sub if u may call it from within the same page. it works fine until i execute a ado command object. as soon as i put the execute statement in the page, all activites stop and the page doesnt execute any further from the line calling that function. can u help me plz?...

View Answer   |  Dec 14 2004  9:10 AM GMT
SQL, T-SQL, ASP
asked by RKPatel

  0 pts.

41 - 59 of 59
<<PREVIOUS 1|2|3 NEXT>>