Topics
Started by
Posts
Last post
Hi, my table structure is id mail date 1 kk@y.com 1…
9 replies
I have a query where I am pulling data on daily basis for a specific start and end dates. For some …
2 replies
Hi guys, I recently made a change to a data structure and I'm in the process of refactoring all the…
1 replies
😀 Hello, If you have the same stored procedure executed from 2 different web UI's at the same time …
1 replies
hi It delete record when a trigger fire to ristrict it. How to write trigger . plz help me . Thanks…
8 replies
Im developing a procedure to copy a client database with tables and data altogether. i bcp everythi…
2 replies
Hi, I want to create 3 new columns from existing columns For example I want to have new columns ba…
1 replies
Ok I have the following data (exhumed out of a production system). CREATE TABLE #TEst ( TESTID INT…
14 replies
SELECT Vw_Final_Inventory_Report_1.*, (select sum(Dqtyin) - sum(Dqtyout) from Tb_Item_Cost_Ledg…
1 replies
If you wrap a cursor in a "Begin Tran" statement and then have a "IF Error=!0 Rollback" statement a…
2 replies
I have a table with a field named "Comment". I archive changes to this table using the xml datatyp…
4 replies
Hi Guys and Gals (my apologese to Flo), I am receiving the following msg: Invalid length parameter…
6 replies
I have a stored procedure that was working fine when the server was in my office. The server has no…
1 replies
I am trying to insert some rows to a table using a select statement, which seems really simple but …
4 replies
I learn from a site to get the row count of table(s) by NOT using count(*) but instead of using " …
19 replies
Viewing 15 topics - 4,786 through 4,800 (of 12,234 total)
You must be logged in to create new topics.