Topics
Started by
Posts
Last post
Hi all! I have a simple question. I've made a simple database in Access and upsized it in my SQL Se…
21 replies
I have the following table Table1 EmailAdress Msg email1 blue email2 black email1 white emai…
12 replies
Hi all one of my application user asking to give access to execute a storedprocedure where ever he …
3 replies
I have a perplexing performance issue. I have a database system installed at two remote sites. Both…
4 replies
Take the following example: select * from tbl_Users U where U.active = 1 and U.deleted = 0 It seems…
13 replies
I have this query ..works great but now I need to exclude employees that have worked here less than…
2 replies
hi i have a query which i need to group some codes into one code. so... case when ProdGrpCode in ('…
9 replies
Hi all Apologies if this subject has been done to death - I'm going round in circles reading thread…
2 replies
Hi Guys, I have created a Default Constraint for my table. But this is not reflected on my table. E…
10 replies
I have a table where all the status for a same entity is saved ID Status Sequence -- --…
2 replies
Hi, i'm a beginner with t sql => sql server 2005. i have this table : T_courses with these fiel…
8 replies
How do I take a number like maybe 10.73 and remove the decimal place and making it a number like 10…
63 replies
I would like to find a way to write to an error log when an error occurs, and have that error survi…
3 replies
here i wrote query for today sale select SUM(tr.Sales) t1.Tank from Transactions as tr in…
4 replies
hello all shortly, this declare @sqlStr varchar(max) set @sqlStr = 'aa, ' print len(@sqlStr) retu…
15 replies
Viewing 15 topics - 916 through 930 (of 12,234 total)
You must be logged in to create new topics.