Topics
Started by
Posts
Last post
Hi there, How can I do a search on the % sign in a like clause on sql2k5 sp2 ?? I have try to d…
6 replies
Hi all, Why would you use Hexidecimal in SQL ? Other than for fun? Thanks Chris -------------------…
5 replies
select top 5 left(convert(varchar(10),EffectiveDate,101),10) [Date] , convert(varchar,cast(…
3 replies
Hi , We have the databases with exactly same data on SQL Server 2000 and SQL server 2005. I noticed…
8 replies
Hi there, i am implementing something in SQL where i need one function which can perform same thing…
11 replies
Hello everyone i m using SQL Server2005 ,i have to check some data in my Cities table so i used the…
1 replies
Here's the query: create table #weeks ( WeekNumber int ) insert into #weeks (WeekNumber) values…
4 replies
Not really sure if thats the correct thread title, but basically, if the following surname is enter…
15 replies
Hello Gurus, I have a Employee table with Employeemap column with ntext data type which contain d…
6 replies
Does anyone know how to place an algorithm for an Email Column? The Datatype of this Column is VARC…
8 replies
some virus are updating my tables with some malcisious script i checked in google its a sql injecti…
10 replies
I am trying to do the following: On running the query select 59/60 - I am getting value as 0. But a…
1 replies
In SQL 2005. I have a global temp table ##data. It is created dynamically and the column list is a…
2 replies
I have a sql 2005 table containing a field for item description, when importing descriptions with a…
9 replies
Hi all, Thanks for listening 🙂 I have a smallish problem. Given a table with a XML column containin…
4 replies
Viewing 15 topics - 9,736 through 9,750 (of 12,234 total)
You must be logged in to create new topics.