Viewing 7 posts - 61 through 67 (of 67 total)
do you want to append href inside the file test.aspx?
declare @var char(10)
select @var=name from Filenames where name like '%.aspx' --sample query
-- now @var holds the value 'test.aspx'
-- this does not...
March 6, 2008 at 1:29 pm
Sweet..
It was running as local system. Changed it to 'This account' giving my windows username/pw - because i can directly access '\\Central\vss'
(although it didn't work when i used Built-in-account:Network service)
thanks
March 4, 2008 at 9:48 am
srcsafe.ini is a (single) VSS configuration file that exists on the VSS server.
Env. variable SSDIR (on local machine) should be set to that directory
(Ex: C:> set SSDIR ="\\Central\vss\")
I didn't create...
March 3, 2008 at 3:33 pm
Thanks.. Sugesh. I tried that and it works.. but please see the comment:
Thanks.. But
'[]' works for column names, but another statement i run from cmd is :
sqlcmd -S srvr -Q...
February 27, 2008 at 1:05 pm
Thanks.. But
'[]' works for column names, but another statement i run from cmd is :
sqlcmd -S srvr -Q "exec sp_oamethod @oSrv, 'Databases("pubs").Tables("T_Names").Script(2,"c:ames.sql")"
for which double quotes are a must in the...
February 27, 2008 at 11:20 am
Please note.. the column is "first name", not first_name (which does not need double quotes)
Besides.. I'm running this from local cmd prompt.. not on the 'server' (where xp_cmdshell doesn't work)
Is...
February 26, 2008 at 4:04 pm
Not using VB..
am running the command directly from windows(cmd)
C:\> sqlcmd -S srvr -q "select "first name" from pubs..Names"
February 21, 2008 at 11:06 am
Viewing 7 posts - 61 through 67 (of 67 total)