Viewing 15 topics - 250,681 through 250,695 (of 284,020 total)
Topics
Started by
Posts
Last post
CREATE TABLE #Bills ( BillNo INT identity, Account INT, Amount NUMERIC(10,2), Pai…
9 replies
Hey all, got a query here that was reverse ported out of an Oracle app before I arrived out on cust…
2 replies
Hello, Does anybody know how to deploy a report programmatically?.I have generated the the .…
1 replies
It would be nice to have the same 'Execute Statement' functionality as in TOAD for SQL Server. I am…
2 replies
Greetings! Here is the situation: I have an Access DB that uses linked tables to a DB in a SQL Serv…
2 replies
Hi: I am running dts now, but got two problems: 1. After coping the objects from one db to ano…
1 replies
what does fulltextcatalogproperty(''FTEmailMessage_2'', ''PopulateCompletionAge'') return when chan…
2 replies
use pubs go if 99 = All (Select pub_id from publishers where pub_id = -1) print 'All equal' e…
2 replies
Simply stated, I want to have a copy of a production database for users to do development work with…
4 replies
I have a table with a large number of attributes (approx. 260). Logically this information belongs …
4 replies
Dear All I want to transfer 4 millions of data using the below code in 'Execute SQL Task'. insert i…
2 replies
Hi. I've got a main stored procedure that downloads files via ftp, decompresses them, drops th…
7 replies
year=2005 Month=5 day=27 time=9:30 I have these values with me and I wanted to convert this to a da…
7 replies
Does any one have a script handy that gives you the rowcount of all user tables on a database. I ha…
3 replies
Part of our nightly SQL Server backup jobs are steps to copy the backup file(s) to another server.&…
1 replies
Viewing 15 topics - 250,681 through 250,695 (of 284,020 total)