Viewing 15 posts - 1 through 15 (of 15 total)
yeah, that would be gr8 if you upload the modified utility.
thx
March 3, 2005 at 6:01 am
I would say use a Vbs to read the names of all the files in the directory, then just use fso object for renaming the files.
February 11, 2005 at 5:11 am
create proc usp_update_emp_data
(
@tblName nvarchar(512), --Table Name
@colNameVal varchar(1024), --Column & Value pairs. Eg: Name='john',Age=32
@empID varchar(6) ...
February 7, 2005 at 10:08 am
I have a doubt, do you want to achieve this through T-SQL...
February 7, 2005 at 9:03 am
Can also use "SELECT trigger_nestlevel()" if it suits your requirements...
February 7, 2005 at 7:32 am
To be sure that it does not happen, disable firing of triggers within the scope of the first tigger.
See BOL for exact code.
February 7, 2005 at 7:25 am
What if there is no identity column is the table...???
February 1, 2005 at 7:47 am
The approch i take in such situations is to pass a specific string from GUI to SP, then look for that specific string in SP and if found, just dont...
February 1, 2005 at 4:52 am
Can you please paste the macro code in here...I guess it would be great to learn its functionality.
February 1, 2005 at 4:13 am
try this...
- The connection to sql server is correct in DTS package, Try
using sql server Auth. with 'sa' user.
may be it helps...
September 14, 2004 at 3:20 am
May 28, 2004 at 6:23 am
7. Entities: Did he ask something related to ER Diagrams?...
Tables are also called entities.
May 28, 2004 at 5:31 am
I agree that we can use split functions to get the data from the passed string.
Just a better way of doing it would be to pass a XML string and...
May 22, 2004 at 10:57 am
I am afraid there is only this as the error message.
Ok let me know one thing, if i try to restore backup to a different machine which has no logins/users...
May 15, 2004 at 11:48 am
Viewing 15 posts - 1 through 15 (of 15 total)