all groups > sql server programming > february 2006 > threads for sunday february 5
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Sql Server 2005 Full Text Catalog Question
Posted by Ben at 2/5/2006 8:08:17 PM
I'm trying to enable change tracking on a full text catalog that I have.
I'm seeing interesting results.
For starters, I used to use:
FulltextCatalogProperty(N'Table_Name', N'ItemCount')
To determine how many items were indexed. Then I do math against the total
number of items... more >>
project deployment issues
Posted by nathan.atkins NO[at]SPAM alcoa.com.au at 2/5/2006 7:33:35 PM
Im having some issues when deploying my project written in vb.net which
uses and Sql server database. During development I used my local
machine as the server database, and this worked fine for myself and
other users on remote pcs.
But now I have changed the sql connection string to point to a
... more >>
Where is the OpenFileDialog?
Posted by De kessé at 2/5/2006 6:56:00 PM
How do I get an openfiledialog in an asp.net page?
I try me.openfiledialog but it does not work...
... more >>
combining 2 or more columns "as" one column in a select statement
Posted by ads at 2/5/2006 6:41:27 PM
hi guys,
how do u combine 2 columns as one in a select statement such as:
"select firstname,lastname from tablename"
where firstname and lastname are to be combined as single column called name.
i had difficulty finding other resources for this issue.
Thanks in advance,
Ads
... more >>
Stored procedure performance
Posted by Naveen at 2/5/2006 2:57:15 PM
I have a stored procedure which internally calls different stored procedures
based on the input values. And each child proc will call different procedures
internally.
When I copy the parent stored procedure content into the query analyzer and
set the variables values and execute the statist... more >>
Violation of PRIMARY KEY constraint - can SQL give row details?
Posted by Jack Ukleja at 2/5/2006 2:55:31 PM
Is there a way to get SQL to report the rows involved in the primary key
violation?
It would be extremely useful not to have to engineer a query to find what
caused the violation, when SQL must surely know what rows/keys were involved.
If SQL cannot do this, then why?
Thanks,
Jack... more >>
Number Generator?
Posted by Harry Whitehouse at 2/5/2006 2:09:11 PM
Newbie here!
I have a small .NET Web service running on a load balanced server array.
The service has a simple job -- dispense unique ascending numbers. Since
the request can come in though any of three servers, I figured I'd hook up
to a simple SQL table that they all would reference.
... more >>
Select statement based on Lenght of another field
Posted by Stephen K. Miyasato at 2/5/2006 11:20:51 AM
I'm trying to do a select statement based if there is any value in the memo
field(Varchar)
How does one do it
if (Select * from PatLabVal2 where len(Trim(memo)) > 1)
BEGIN
Select PatNo,sort, TestNameDisplay ,Result + ' '+ abn + '*' as TestName,
memo
END
ELSE
BEGIN
Select PatNo,so... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Please help! Insert a picture in an MS SQL Server table
Posted by De kessé at 2/5/2006 10:49:37 AM
Please help! Insert a picture in an MS SQL Server table
How can u insert a picture an an image field in SQL server table? Is it
possible from SQL server tools or other tools, programming?
... more >>
Bound control timing issues in Visual Basic
Posted by oaksong NO[at]SPAM hotmail.com at 2/5/2006 9:41:18 AM
It is just me or....
I have two appications in very different environments that have
suddenly shown very similar behavior, after a fashion.
One application is simple desktop. I've been working on the development
off and on for a number of months. It uses controls bound to an Access
database... more >>
Last time a table was used..
Posted by andystob at 2/5/2006 8:25:56 AM
Is it possible to tell when a table has been last used?
... more >>
Insert a GUID Value
Posted by Wayne Wengert at 2/5/2006 7:46:06 AM
I want to insert a GUID value but I can't find the correct syntax to do
that. If I retrieve a GUID as follows:
==================
Dim user As MembershipUser = Membership.GetUser()
Dim guidMemberid As Guid = CType(user.ProviderUserKey, Guid)
=====================
and I then want to add a... more >>
use of inheritance
Posted by ashokg at 2/5/2006 1:41:51 AM
how can we use inhritance in creating tables.....i have an ERDiagram
with inherited tables but i don;t know how to implement
this.............
any link for any tutrial ???????
thanks
... more >>
UDT Index
Posted by Leila at 2/5/2006 12:00:00 AM
Hi,
How can I create index on X property of my Point UDT?
Thanks in advance,
Leila
... more >>
Help on DTS-Openquery timeout on linked server
Posted by Roberto Rasto at 2/5/2006 12:00:00 AM
I have:
- One linked server
- One DTS with an OpenQuery on linked server
I set the Connection Timeout and General Timeout on the DTS Connection to 0
I set the Command Timeout on DTS Step to 0
I set the Connection Timeout and Query Timeout on the Linked server to 0
Always I receive a provid... more >>
|