Viewing 15 posts - 271 through 285 (of 329 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
On SQLServer 2005:
I am in the Test database which has Test table.
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
Error:
Msg 4104, Level 16, State...
October 29, 2012 at 1:58 pm
I got this part.How do i concatenate both weeks and days together.
Ex: 37 5/7 or 31 /2/7 or 41 6/7
I have a days column
Ex:280 days
I would like to...
October 3, 2012 at 4:16 pm
Query result:
1544
max server memory (MB)
2147483647
16
2147483647
2147483647
Maximum size of server memory (MB)
1
1
November 10, 2011 at 12:32 pm
Query result:
1544
max server memory (MB)
2147483647
16
2147483647
2147483647
Maximum size of server memory (MB)
1
1
November 10, 2011 at 12:30 pm
Viewing 15 posts - 271 through 285 (of 329 total)