Viewing 15 posts - 61 through 75 (of 104 total)
Hi,
problem solved. I added 'Net use ..../DELETE' as the firs command before the actual 'Net Use....'. Maybe at some point it was stuck even though the last command in the...
September 20, 2011 at 4:13 am
Thanks, good to know the T-Sql way as well even though I already implemented this with SSIS
v
September 4, 2011 at 10:54 pm
Hi,
like I said earlier, I'm a newbie with varbinary-data in sql server, but what I've read recently, I wouldn't be so tight with this. When the images are small (<...
August 25, 2011 at 1:00 pm
I did this with SSIS and loaded the example pictures to a varbinary column with 'Import Column' transformation. First there is a CMD that reads all JPG filenames into a...
August 24, 2011 at 3:06 am
OK, thanks, I'll use varbinary(max) instead
I was asked to store the data in DB to avoid possible access violations with SSRS usage...
I have to admid I'm new to this kind...
August 23, 2011 at 2:15 am
Hi,
as I suspected, it was about the access rights. The account they use as SqlAgent 'Log on' user did not have read access to TeraData folders...
Solved
v
November 12, 2010 at 3:45 am
It's a long time ago but I do believe that the scripts (Charles Hottle provided) did really work as I posted here. There were tens of logins and I definately...
September 22, 2010 at 11:32 pm
You should always be careful with the 'NOT IN' especially when you compare to a result set of a sub-query.
Select * from table where some_attribute NOT IN (Select distinct...
February 4, 2010 at 4:41 am
Hi,
and thanks. These scripts worked. I did not compare what might have been the difference compared to the other versions I've tried.
I tested the
sp_script_login.txt worked fine when I copied a...
February 3, 2010 at 10:22 am
I already tried Transfer Logins task in SSIS but it creates the logins with random passwords according to the online help
regards, ville
February 1, 2010 at 10:47 pm
Hi,
I tried the script in the middle (no comments visible about the difference in the scripts) but no luck. Password is not transferred....
Regards, ville
February 1, 2010 at 2:20 am
Hi again,
I just can't change the Data folder nor the Tmp folder for the ASServer. There is no Browse-button like the Help tells you and the fields are grayed. The...
May 6, 2009 at 3:31 am
Hi,
FYI
it worked fine, the AS database structure with all the cubes were created to the new location with the 'Restore database' but after the restart of the service the data...
May 5, 2009 at 10:30 am
Hi
I'm trying to do this for Sql2000 Analysis Services (AS) database
...already executing my plan as I described
Ville
May 5, 2009 at 8:06 am
Hi,
changing to Bulk-logged would not have helped in this scenario. Updating existing column values is always logged. You can use bulk-logged when using bcp, select * into table from table2,...
May 4, 2009 at 12:21 am
Viewing 15 posts - 61 through 75 (of 104 total)