Topics
Started by
Posts
Last post
I need query like select count(name),name,surname from info table info has only three columns id in…
6 replies
Hello Sir I want save value in database in separte row user id and its value but problem is this th…
2 replies
Hi, I need help and the scenario is as below. Assuming i have two tables [User] and [UserProfile], …
5 replies
Hi There, I would like to request some assistance with an issue I am experiencing with a trigger I …
14 replies
What is the best way to dynamically define columns in the WHERE clause and avoid dynamic SQL. Examp…
16 replies
hi gurus, i have a question, i have a stored procedure which gets execute every minute, which i hav…
6 replies
The column's data type is NVarChar(50). The cells appear blank. The field holds the names of diffe…
4 replies
Hi: I'm trying to do this: declare @maxid as int set @maxid = (select maxid from MAXIDCUSTOMER) + 1…
2 replies
Hello, I am trying to write a simple insert trigger that will check if a row exists in a table base…
12 replies
Hi , I am planning to update the street field in the table t_address from a database.. some people…
2 replies
hi guys, i have a report, which displays a column of URL, this column gets the URL entry whenever a…
1 replies
Hi, I am trying to populate a table using an update trigger so that when a members payment status c…
4 replies
Hi guys, Lets see the source first. WITH Test AS ( SELECT 1 AS ID, 'Tom' AS [Name] , '1,2,3,4' AS…
2 replies
hi everybody. i got a problem with update a table and i hoop that somebody can help me? i have a da…
6 replies
Hi, I am getting an error msg while executing a script file like " script executed with errors" but…
2 replies
Viewing 15 topics - 6,541 through 6,555 (of 12,234 total)
You must be logged in to create new topics.