Viewing 15 posts - 14,851 through 14,865 (of 18,923 total)
Does it work if you do this :
if 1=0 --never true, just to show AssetID field in reporting services data grid
July 25, 2005 at 2:18 pm
Here's something someone made me realize :
check out their ips :
Mr Sufian : 58.11.72.87
raj : 58.11.72.101
I'm not a network guy of any kind but that seems to come...
July 25, 2005 at 2:04 pm
Yes... but I still reply to my private messages and I saw you hit the mark... so off I go again
.
July 25, 2005 at 1:50 pm
"(e.g. 2005-07-25 12:08:44.437). However, when the query is processed, you Check constraint is kicked off before the data is entered into the table, and this returns it's own timestamp...
July 25, 2005 at 12:24 pm
This is only for a demo... just use this code and use the right table/column names :
select *
from dbo.Temp
where substring(Test1,1,charindex('-', Test1)-1) substring(Test1,charindex('-', Test1) +1, 100)
July 25, 2005 at 12:15 pm
I think this could work :
Convert(varchar(20), ReportDate, 112))
The 112 is the iso format which is deterministic. That conversion isn't deterministic because the date format of the connexion makes...
July 23, 2005 at 11:33 pm
7 is just a number. If you have 2 tables with 1 B rows each and you need to get fast running queries, you might need to use a...
July 23, 2005 at 11:30 pm
Try select eachid COLLATE yourcollationnamehere from dbo.fnsplit()...
July 20, 2005 at 9:18 am
You might also have another search at the script section. There's a function called wordnumbers or something like that that will do exactly what you need without creating any...
July 17, 2005 at 11:03 am
This may be what you need :
http://www.sqlservercentral.com/scripts/contributions/612.asp
July 16, 2005 at 2:18 pm
The only fun thing I know is "la ronde" which is a great amusement park. They present a worldwide fireworks competition twice a week which are reallllllly good. ...
July 15, 2005 at 9:47 pm
It's a function that returns a table. Either by a straight select, or by declaring a table variable and returning that as the select. This gives you a...
July 15, 2005 at 9:32 pm
I like like better... but that's just me
.
July 15, 2005 at 7:31 pm
Viewing 15 posts - 14,851 through 14,865 (of 18,923 total)