Archived Months
January 2003
March 2003
April 2003
May 2003
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
April 2008
August 2008


all groups > sql server programming > april 2006 > threads for sunday april 2

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 29 30

NEED HELP IN MS SQL SERVER 2005!!!
Posted by SQL noob at 4/2/2006 11:18:03 PM
I want to link 2 database together, that is database 1 "OMIM" and database 2 "Human" and i want to search the key words from this 2 database... but i can't find it in the book.. can someone help mi out? is urgent.. thx a million.. ...more >>

Test Cast to Uniqueidentifier?
Posted by bradwiseathome NO[at]SPAM hotmail.com at 4/2/2006 8:48:35 PM
I have a stored procedure parameter that has a varchar parameter, but the value might be a guid, in which case I need to convert it to a uniqueidentifier (target table has a varchar column and a uniqueidentifier column). How can I test the value to see if it will properly cast to a uniqueidentif...more >>

Lock requests/sec very high....
Posted by Tim Greenwood at 4/2/2006 8:40:21 PM
Monitoring our system during one of its busiest times (only several "hundred" users) we noticed the lock requests/sec on our SQL server was hitting as high as 60,000!!! Is this normal? Or is something in the developers code gone really wrong? Even the average sustained is up in the 5-100...more >>

How does this forum work ?
Posted by PParker at 4/2/2006 7:01:08 PM
The last post was 2/4/2006 but when reviewing the sql server forum page 1 starts with 31/3/2006 This tells me there are a couple of days missing So how do I find them - duh? The other 1000 forums start with the latest at the top Is this a trick forum ?? If so, what's the trick ??...more >>

Extended stored proceders results into a temp table.
Posted by Jim at 4/2/2006 6:25:06 PM
Hello, whats the best way to search the results of running an extended stored procedure? Ie lets say i want to know if a folder called 'microsoft office' is under the programs dir. EXEC xp_dirtree 'C:\Program Files' would a put the results into atemp table? if so how owuld you do tha...more >>

NEED HELP IN MS SQL SERVER 2005!!!
Posted by SQL noob at 4/2/2006 6:05:01 PM
can u help mi with this? my database is called Omim and inside Omim i have 5 tables as i snapshot. i want to search for the key word "LIVER" but it display all the data that not related to the key word "LIVER". can you help mi to solve the below code? it just can't search for the key word "LIV...more >>

Error Parsing Name String
Posted by scott at 4/2/2006 5:56:42 PM
I''m reposting this problem because I may not have explained it well enough before. in example 1 below, i've successfully extracted the last name from a full name field, although I've hard-coded the fullname or userName. Example 2 gives the listed error when i run it on my table with data in ...more >>

Can SQL Database work as normal without the ldf file?
Posted by Fairy239 at 4/2/2006 5:43:14 PM
i got a prolem with the space of my C drive as the dadta bas eis too big for it i am not a llowed to get a bigger disk drive but i am given another one that means i got two small disk drives my data isn't inpputed fully into the database and the disk drive is full . I check the mdf file and fo...more >>



Trying to Connect to SQL Server Express 2005
Posted by PParker at 4/2/2006 10:54:12 AM
Tried local and also correct name of my machine - still no joy unfortunately (thanks) -- PParker ------------------------------------------------------------------------ Posted via http://www.codecomments.com -----------------------------------------------------------------------...more >>

Stuck on SQL syntax
Posted by Chris at 4/2/2006 10:45:02 AM
Hi all I have two simple tables: tClients lID // links to tAddress .lClientID FName LName tAddress lID lClientID // links to tClients.lID Address01 Address02 Address03 etc, etc Anyhow, I am trying to generate a results set that shows my all client ...more >>

CLR UDTs bigger than 8000 bytes
Posted by Geoff at 4/2/2006 6:42:22 AM
Hi there, Say I wanted to create a "compound" type, purely to pass as a parameter to a stored procedure, but one of the components was NTEXT or NVARCHAR(MAX). Say it was something like: - Author NVARCHAR(256) - IP address VARCHAR(16) - Comment NVARCHAR(MAX) How would I go about doing t...more >>

Insert Query
Posted by Peter Newman at 4/2/2006 6:03:59 AM
how can i do an insert into a table, only if the record doesnt exist, ie insert into tb1 values ('my name', 'myage', 'mynumber') ...more >>

ODBC Excel dridver - select case statement - can be used with this
Posted by pontitt at 4/2/2006 3:53:02 AM
Hi! I try to use the following "CASE WHEN THEN ELSE" statment in MSSQL (in Excel, with ODBC Excel driver), but won't work. SELECT CASE `table$`.Date WHEN {ts '2004-04-01 00:00:00'} THEN 1 ELSE NULL END FROM `C:\Summing`.`table$` `table$` GROUP BY `table$`.Code Error message: SQL S...more >>

RO tables in SQLServer from Access
Posted by Jim McDonald at 4/2/2006 12:00:00 AM
Hi all I used the import utility to move some access tables to a SQL Svr db, and while it all seemed to go AOK, whatever I do the resultant SQL tables appear to be read-only. There are other tables in the SQL db that will read & write OK. Can any one help and tell me how to make the SQL tables ...more >>

finding digit on text
Posted by Roy Goldhammer at 4/2/2006 12:00:00 AM
Hello there is there a simple way to know if some text has digits on it? ...more >>


DevelopmentNow Blog