Topics
Started by
Posts
Last post
I have a column in my database that contains a URL like this: http://192.49.42.39/bcccontent/a8dfee…
11 replies
Hi I hope someone can help. I have a very large table with records as follows: ID, Cust_id, Title, …
4 replies
Hi Folks, I've introcuded a new environment variable to my clients, lets call it %LOGONTIME% with …
2 replies
I have phone numbers store in my database....I am trying to create a test database that makes all t…
23 replies
I am trying to create a query that will count the number of incidents in a table. When I create th…
5 replies
DECLARE @sql AS VARCHAR(MAX) SET @sql = 'SELECT SRequest.SRequestId FROM dbo.vw_SRequest SRequest…
7 replies
I write an INSTEAD OF Trigger to do something before real deleting. e.g. TableA has ID which is Pri…
2 replies
Hi, I have two tables, on the basis of rules defined in one table i have to insert values into othe…
2 replies
Hi There, I am having some issues with my cursor/stored procedure/function. I run a cursor to take…
6 replies
After some wise words of wisdom ... Ive got this so far .... declare @linkedservervarchar(100), …
8 replies
Hi, I have CSV files which I'd like to load into a table using the function uftReadfileAsTable. (h…
9 replies
I'm trying to build a proc where I will use a datetime variable called @PaidThruRun in the Where cl…
10 replies
Hi, Steps in my sp goes like this:- declare @mytable table (a int, b int, c int); insert into @myta…
9 replies
I'm trying to optimize a top 50 accounts receivable report. Currently the report makes 51 calls to …
10 replies
How to store the url of an image using insert statement in sql server 2005? What is the syntax?
2 replies
Viewing 15 topics - 4,756 through 4,770 (of 12,234 total)
You must be logged in to create new topics.