Viewing 15 posts - 1 through 15 (of 18 total)
Thanks al lot , I also want to see the updates and Select is that also possible ?
July 15, 2021 at 12:57 pm
Thanks Phil it seems to work !
December 18, 2020 at 9:36 am
February 7, 2019 at 7:10 am
I think i have it
UPDATE ID
SET ID = REPLICATE('99',10-LEN(RTRIM(ID))) + RTRIM(ID)
WHERE ID in ('100657499 ','etc ')
February 7, 2019 at 6:40 am
you can also use the Microsoft Kerberos Configuration Manager for SQL Server
May 31, 2018 at 5:35 am
You can also use this tool from Microsoft
February 1, 2018 at 7:08 am
You can use SQL profiler for that
February 19, 2014 at 3:43 am
Maybe handy ?
Exec sp_MSForEachDB 'SELECT
CONVERT(varchar(100), SERVERPROPERTY(''Servername''))
AS Server,
''?'' AS DB_Name,usu.name u_name,
CASE WHEN (usg.uid is null) THEN ''public''
ELSE usg.name
END as Group_Name,
CASE WHEN usu.isntuser=1 THEN ''Windows Domain
Account''
WHEN usu.isntgroup = 1 THEN ''Windows...
February 6, 2014 at 7:14 am
If you want to create a new log use sp_cycle_errorlog
February 6, 2014 at 12:38 am
It won't make any difference in SSIS, I think it's the best option to use SSIS (data flow task).
July 12, 2013 at 3:57 am
Have you read these documents they are very handy
June 21, 2013 at 3:12 am
You can also use WinSCP for uploading the backup file.
Then you can use serveral scripts or command line code and put it in an agent jobstep.
June 3, 2013 at 4:28 am
Thanks, that works fine!!
April 9, 2013 at 7:16 am
Thanks i will have a look at it, andit look fine and it works but i only whant to see the data after the = sign is that possible?
April 9, 2013 at 6:20 am
Viewing 15 posts - 1 through 15 (of 18 total)