Viewing 15 posts - 91 through 105 (of 323 total)
Sammy (11/20/2008)
I have an application on windows XP that is continuously connected to my DB server by using an OBDC connection (System DSN > SQL Server).
Occasionally, when there is...
November 23, 2008 at 9:00 pm
Sakthivel Chidambaram (11/21/2008)
If you have time and willing to learn in-depth then you can download this 7 Mb Article which will give you complete picture for your question....
Very good link...
November 21, 2008 at 3:48 am
yogaanand.me (11/21/2008)
hi friendsi want to convert money value in the term of word through query
example
1000 (rupees) to one thousand
please help me ..urgent
I'm not sure, there is no...
November 21, 2008 at 3:19 am
smthembu (11/20/2008)
I need help, when i right click my computer on the sqlbox and click manage then to services & applications, i get an message box "C:\Program Files\Microsoft SQL...
November 21, 2008 at 3:05 am
jaimearqueza (11/19/2008)
HiIs there a way of exporting a dataset directly to Excel spreadsheet without viewing in Report Viewer using Reporting Services? Please Help..
Thanks
Jaime
use OpenRowSet to export data into Excel...
November 21, 2008 at 1:52 am
use left outer join to get the data in both tables. for more info see Joins SQL BOL.
November 20, 2008 at 9:43 am
Wilfred van Dijk (11/20/2008)
begin try
insert into excludednames(doesnotexist, metadata) values('selectednames',1)
end try
begin catch
print 'Gotcha!'
print ERROR_MESSAGE()
end catch
This results in a severity 16, which should...
November 20, 2008 at 2:47 am
both server are in same domain or different domain ?
check the remote server settings thro' SQL server Surface area configuration (in that enable Remote Connections...)
November 20, 2008 at 2:45 am
Paresh Prajapati (11/18/2008)
So, which option is best...
November 18, 2008 at 11:18 pm
Nandy (11/18/2008)
I have used the cursor in the stored procedure to delete the data from the table. I'm deleting the data from table where I used the same table...
November 18, 2008 at 11:17 pm
arnold (11/18/2008)
yes, the number of rows remains the same in all tables.
could you tell what exact output of query.
November 18, 2008 at 10:24 pm
sonashah_2190 (11/16/2008)
i want to connect sql express through asp 3.0 but unable to do it..Please help me!!!
I am connecting it through system DSN.
Please tell me the procedure for the connection.
Thanks,
try...
November 18, 2008 at 3:47 am
anshu84onnet (11/18/2008)
how to give permission to the folder in which i am taking network drive back up plz tell me step by step method for giving sql...
November 18, 2008 at 3:41 am
generally, all sp's or table's grant the execute or select permission to public, so that client can access the data because of select or execute permission.
check the permissions of objects.
November 18, 2008 at 3:37 am
Andy Howell (11/18/2008)
November 18, 2008 at 3:35 am
Viewing 15 posts - 91 through 105 (of 323 total)