Viewing 15 posts - 61 through 75 (of 486 total)
Ah sorry, I thought thew WITH(DISTRIBUTION = xxx) was a required part of the tools for the analysis.
I'll have a go at this, thanks!
November 20, 2018 at 11:33 am
Yup, sounds like what I want to do. Except in SQL Server 2008. I don't have access to DW.
November 20, 2018 at 11:10 am
Thanks. I agree with you and plan to use check constraints as a compromise...
September 27, 2018 at 5:41 am
Something like
try
{
Get-WmiObject win32_Service -ComputerName $serverList | where {$_.DisplayName -match "SQL Server"} | select SystemName, DisplayName, Name, State, Status, StartMode, StartName |
ConvertTo-Html -Property SystemName,Name,State,Status,StartMode,StartName -Head $Header...
June 21, 2018 at 4:56 am
Thank you Sir!!!
June 20, 2018 at 8:54 am
From your example above,
$check_box_clicked= {
If($checkBox3.Checked)
{
$textBox.Text = "Clicked"
}
Else
{
$textBox.Text = "Not Clicked"
June 20, 2018 at 8:32 am
Hi ZZartin,
Thanks for taking the time to respond - and check back.
That's what I had already. What I'm trying to do it to fire the Clicked/Checked event...
June 20, 2018 at 8:01 am
I had not tried that, but it gives an error
Cannot find an overload for "add_CheckedChanged" and the argument count: "0".
All the examples I can find are in...
June 20, 2018 at 4:36 am
I guess I didn't explain myself very well.
This is all in a single powershell script. In pseudocode:
1. create label $objLabel1 with text "Black"
2. create...
June 19, 2018 at 12:31 pm
Would a try-catch construct help?
June 19, 2018 at 11:33 am
We also have some very er... zealous :ermm: people making sure nothing happens without their permission in our computer settings and registries.
If they found out i'd installed...
December 5, 2017 at 6:32 am
Yep, that's exactly where and how I set it up.
I've still got the 2K8 version installed as well, I'm guessing there must be some conflict.
December 5, 2017 at 6:13 am
It's worked fine for me from SQL 6.5 - 2008R2: Tools, Options, Text Editor, File Extensions
And at least though 2K8R2, you had the option to connect when the...
December 5, 2017 at 5:55 am
Still opens in SQL 17 disconnected. Which would be fine if there was some way to connect to something.
Thanks Sue.
October 24, 2017 at 5:48 am
So I go into Control Panel, Default Programs, Set Associations, navigate to .prc. It's currently set to 2008.
I get the choice of V17 and 2008 versions of SSMS...
October 23, 2017 at 8:19 am
Viewing 15 posts - 61 through 75 (of 486 total)