removes multiple spaces on between words
Wednesday, December 23, 2020
Saturday, November 21, 2020
get current connection string- cute
select
'data source=' + @@servername +
';initial catalog=' + db_name() +
case type_desc
when 'WINDOWS_LOGIN'
then ';trusted_connection=true'
else
';user id=' + suser_name()
end
from sys.server_principals
where name = suser_name()
Tuesday, October 27, 2020
Sunday, October 18, 2020
number of cores
wmic cpu get numberofcores/format:list
Sunday, August 2, 2020
Wednesday, May 6, 2020
Friday, March 27, 2020
Cannot connect to packages feed
we had a file that didn't have an extension
Subscribe to:
Comments (Atom)
