Wednesday, March 28, 2012
Importing users from SQL to NDS LDIF
i'm trying to figure out how to import users from SQL table to netscape directory server (if it's even possible). i know you can do it by using third party tools like ldifde to import from SQL to AD, but i don't think it will wrok for SQL to NDS....
can anyone please help??
thanks
AlexDo you have the import specifications for ldif ? If so, you should be able to export the sql server data in that format.|||Originally posted by rnealejr
Do you have the import specifications for ldif ? If so, you should be able to export the sql server data in that format.
I do have specifications for LDIF, but i'm still unsure how to export SQL data in that format... would you please give me some more info?
Thanks much!
Alex
Friday, March 23, 2012
Importing or attaching a database
database. It is in the mssql7 data directory, but it does
not show up under enterprise manager. Is there a way
to "import" it?
Thanks for any help
Try using sp_attach_db. See SQL Server Books Online for more information on
this procedure, and examples.
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"GB" <anonymous@.discussions.microsoft.com> wrote in message
news:2aa3f01c465ec$74153290$a301280a@.phx.gbl...
> I had to reinstall sql7 and I now need to access my old
> database. It is in the mssql7 data directory, but it does
> not show up under enterprise manager. Is there a way
> to "import" it?
> Thanks for any help
Importing or attaching a database
database. It is in the mssql7 data directory, but it does
not show up under enterprise manager. Is there a way
to "import" it?
Thanks for any helpTry using sp_attach_db. See SQL Server Books Online for more information on
this procedure, and examples.
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"GB" <anonymous@.discussions.microsoft.com> wrote in message
news:2aa3f01c465ec$74153290$a301280a@.phx.gbl...
> I had to reinstall sql7 and I now need to access my old
> database. It is in the mssql7 data directory, but it does
> not show up under enterprise manager. Is there a way
> to "import" it?
> Thanks for any help
Importing or attaching a database
database. It is in the mssql7 data directory, but it does
not show up under enterprise manager. Is there a way
to "import" it?
Thanks for any helpTry using sp_attach_db. See SQL Server Books Online for more information on
this procedure, and examples.
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
"GB" <anonymous@.discussions.microsoft.com> wrote in message
news:2aa3f01c465ec$74153290$a301280a@.phx
.gbl...
> I had to reinstall sql7 and I now need to access my old
> database. It is in the mssql7 data directory, but it does
> not show up under enterprise manager. Is there a way
> to "import" it?
> Thanks for any help
Wednesday, March 21, 2012
Importing images from a directory
Hello,
I have a directory full of images and since i just want some of them, that aren't always the same, because im doing a top 5 most sold articles by store, and i want only the images for those articles.
How can i do it?
I have source = External
Value = ="\\\\CENSORED\\E$\\CENSOREDAGAIN\\" + + Mid(Parameters!Collection.Value,24,3) + "\\img_" + LEFT(Fields!STYLECOLOR_COD.Value,6) + ".jpg"
I have also tried with half of the slashes i.e. =\\..\E$\....
What am i doing wrong?
Thank you
Although i would like to get them directly from the folder, if someone knows how to do it i would apreciate the help, i made a virtual directory so i can access them has a url.
And from this solution come the second problem, in the preview and run everything seems ok, but when i delpoy the report i dont get the images, i have filled the account on the report server configuration, did apply and ok, but it stayed the same. What is wrong?
Thank you