Viewing 15 posts - 3,781 through 3,795 (of 5,356 total)
Much ado about nothing ?!?
Hopefully correct, in German
'Viel Lärm um nichts!'
Before guessing any further we should let the original questioner let himself explain if the question is already answered or...
October 11, 2003 at 1:14 pm
Sorry, this can't be done with T-SQL. This is presentational stuff that is done at the client.
Frank
October 10, 2003 at 5:59 am
quote:
is it possible (using t-sql) to do full backup of a database to a file so that it keeps only last three...
October 10, 2003 at 2:55 am
Although you may find plenty of VB (and VB.Net) sites around, I think it will be difficult to find a good community.
However, if you want to do in VB what...
October 10, 2003 at 2:49 am
Hi 5409045121009 ![]()
quote:
Got a service running and the service needs to determine if a user is login. Service is...
October 10, 2003 at 2:23 am
quote:
Expect no phone and it is limited to 1 user license. Went back today and looks like the CDs are no longer...
October 10, 2003 at 1:19 am
After thinking one night over it (and, of course, your mail, Jonathan!) I must admit, I stand corrected.
The solution I've posted is not the best one for this given scenario....
October 10, 2003 at 1:00 am
quote:
nice one,i was talking in general
and the precedences of select, from, where, etc.
tried to search on precedences only to find that *...
October 10, 2003 at 12:52 am
quote:
In a stored procedure i want to check the table has got identity or not ,Plz suggest how can i do that.
October 10, 2003 at 12:42 am
quote:
Yes, we seem to have interpreted the question differently.
I think the question was to evaluate...
October 9, 2003 at 9:08 am
Now this is simple statistic.
If you sample contains the whole population you'll get an accurate result.
However, if your sample is large enough, normally >30 observations, your result will be...
October 9, 2003 at 8:21 am
quote:
WHERE ISNUMERIC(STUFF(ColName,1,CHARINDEX('-',ColName),'')) = 1
oops, sorry, haven't read that the string after...
October 9, 2003 at 8:14 am
quote:
Oralce will send you a free developer license copy of its' platform.
is this true??? Fully...
October 9, 2003 at 7:53 am
quote:
You are probably right, but I need it to print from within SQL Server.Are there any additional tools we can use
October 9, 2003 at 7:48 am
Hi,
not sure if this is what you want
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS OFF
GO
DECLARE @i INT
DECLARE @sz1 VARCHAR(50)
DECLARE @vNIL CHAR(1)
DECLARE @bool BIT
--SET @sz1 = 'b'...
October 9, 2003 at 7:32 am
Viewing 15 posts - 3,781 through 3,795 (of 5,356 total)