Viewing 15 posts - 271 through 285 (of 335 total)
Can I do something like this ?
Get-ChildItem -path $Directory -recurse -include *.txt | ForEach-Object {Start-Process -FilePath $_.fullname -Verb Print -PassThru | %{sleep 5;$_} | kill }
Get-Process | Output-Printer "\\Print1\ABC01"
where ABC01...
October 8, 2013 at 12:54 pm
Can anyone assist me on my above 2 questions regarding autoprinting from SSIS
September 8, 2013 at 1:05 am
So when the new root is created it contains 2 pointers to the split up old root(s).Is that right?So each time a new level is added the old root is...
September 5, 2013 at 10:35 am
Does the data move to a new leaf level whenever a new extent is created to insert new data which does not fit into the existing extent/page?
Lets say there are...
September 4, 2013 at 5:47 pm
"If you want to make it user controlled via a report object then you will need to look at writing an external assembly and embedding it into the report."
Would it...
January 18, 2013 at 11:26 am
insert into Table
SELECT@@servername as Servername,name as DBName,[crdate] AS [LastStartupDate]
FROM[master].[dbo].[sysdatabases]
WHERE[name] = 'tempdb'
and [Test].[dbo].[Table].LastStartUpTime < [master].[dbo].[sysdatabases].crdate
It gives me this error now:
Msg 4104, Level 16, State 1, Line 1
The multi-part identifier "Test.dbo.Table.LastStartUpTime" could...
October 29, 2012 at 4:12 pm
Viewing 15 posts - 271 through 285 (of 335 total)