Viewing 15 posts - 211 through 225 (of 233 total)
Specify the column number instead of name.
Select 1,3,24 from yourtablename
January 9, 2009 at 3:33 am
Select into and then deleting is an option but beware to fire these queries if the number of records in your table is huge. Delete might take ages.
Can you...
January 9, 2009 at 3:23 am
The metadata about the replication is not stored in user Db, it is stored in distribution. Check system tables and clean up from there.
January 9, 2009 at 2:30 am
If you still have the session from where you executed the SP then fire the select query from that session.
January 9, 2009 at 1:00 am
This is happening because when you run the package from SQL Agent job it runs on the server and not your local machine; And the config file is not present...
January 9, 2009 at 12:36 am
Definitely this can be achieved, You need have 2 new objects:
1. Metadata table in your database - to track the execution of your Import SP.
2. A SQL Agent job -...
January 9, 2009 at 12:16 am
Strange! If there would have been a security issue then you won't get page can not be displayed.
Are the reports working fine for builtin\administrators?
Can you try these:
- Run IE...
January 8, 2009 at 11:29 pm
I beleive that there is no such option. But, if someone knows the solution please post. I am also interested in knowing it.
-Vikas Bindra
January 8, 2009 at 4:46 am
I beleive sp_sendmail is not available in SQL server 2000. In 2000 you will have to use xp_sendmail.
-Vikas Bindra
January 8, 2009 at 4:39 am
Yes! Try local Node\Instance name or .\Instance name
-Vikas Bindra
January 8, 2009 at 1:19 am
Do you have a "Default Instance" of SQL server on your machine? Because "(local)" and "." works only for default instance. If you have a named instance then you have...
January 8, 2009 at 12:33 am
Check the application event log and post the error that you are getting there.
-Vikas Bindra
January 8, 2009 at 12:24 am
Lookup itself is a type of transformation.
And, if you wish to know how lookups can be used then check out section "Configuring the Lookup Transformation" in the following link...
January 7, 2009 at 11:21 pm
Have you tried this:
Click on folder A -> properties -> security -> Add UserA?
-Vikas Bindra
January 7, 2009 at 10:55 pm
Viewing 15 posts - 211 through 225 (of 233 total)