Topics
Started by
Posts
Last post
Hi All, I am trying to do a Select from a table, which has active rows and if it returns any result…
14 replies
Here's my code: DECLARE @BrutoPrijs Decimal(16,9) SET @BrutoPrijs = 100000000.0000 PRINT LEN(CONVER…
3 replies
Hi, we use an ERP program that users run queries likes that very often. i run this query in the DTA…
21 replies
Hi There, I was wondering if someone could help me with a query that i'm having issues with. I want…
10 replies
I have and update and insert statement in a stored proc like so: If Exists (Select * From table WH…
18 replies
" EXEC dbo.sp_delete_backup @database_name = M'{0}' GO USE [master] GO ALTER DATABASE [{0}] SET SIN…
9 replies
Can someone please help. How do I check for incorrect values in the passportfield, since the passpo…
3 replies
Hello Everyone, Happy Thanksgiving to everyone in the US. I am really stuck here and could use an e…
9 replies
Does anyone have an answer to show, how a sql output can be exported to a word document with a std…
1 replies
Hi, what are precise design considerations for choosing either CHAR or VARCHAR? I know that char(10…
4 replies
Hi All, Please find the below code. Here the "IF EXISTS" Condition is not satisfied then the Last …
1 replies
What i have is a table recording information regarding visits to an examination centre for students…
2 replies
Hello all, I have a following situation: my table contains data of category assignments in certain …
6 replies
Hello Genius people out there How are you doing? My name is Joe and this is my first time to use th…
14 replies
I have an sproc I created in order that I could enter details into 2 tables but for it to enter the…
20 replies
Viewing 15 topics - 8,206 through 8,220 (of 12,234 total)
You must be logged in to create new topics.