Viewing 15 posts - 4,141 through 4,155 (of 4,477 total)
fizzleme (12/23/2016)
December 23, 2016 at 2:20 pm
Vertigo44 (12/20/2016)
December 23, 2016 at 2:15 pm
Another thing to keep in mind is that some of what you are describing can be totally normal and nothing to worry about. The low PLEs can show when the...
December 23, 2016 at 10:45 am
smatu (12/22/2016)
"You are not logged on as the database owner or system administrator....
December 23, 2016 at 10:00 am
DBA.A (12/22/2016)
Full ,LOG and diff Backup Maintenance Plan is place in D: drive , now i want to change the place in...
December 22, 2016 at 11:11 am
One option is you can do something like this:
INSERT INTO [dbo].[BowtieDMEquipmentLookup] ([EquipmentDescription])
VALUES
('Absorption Column'),
('Accumulator'),
('Adsorption Column'),
('Air Cooler'),
('Air Handling Unit'),
('Air Receiver')
Sue
December 22, 2016 at 10:58 am
HappyGeek (12/21/2016)
December 21, 2016 at 10:26 am
I'm guessing you just left out the AS after the CREATE PROCEDURE.
Just add this to the beginning:
CREATE PROCEDURE GenerateRandomNumbers
AS
then it would have your DECLARE statements and everything...
December 21, 2016 at 10:13 am
The requirements for TLS 1.2 (server and client) are listed in this MS article which may help:
https://support.microsoft.com/en-us/kb/3135244
Sue
December 20, 2016 at 2:58 pm
When you do a reply, look on the left for the IFCode Shortcuts.
When you post SQL statements, click on the one with bracket code=sql
and you paste your SQL...
December 20, 2016 at 2:52 pm
schleep (12/20/2016)
Doesn't appear to be working:I've copied my profile.ps1 to
$Home\Documents\WindowsPowerShell\Poshtools_profile.ps1
and
$Home\Documents\WindowsPowerShell\profile.ps1
but in neither case is it being loaded when I start Visual Studio.
Also tried
$Home\My Documents\... to no avail.
Try...
December 20, 2016 at 2:41 pm
fred.schmid (12/20/2016)
December 20, 2016 at 2:17 pm
SQLUSERMAN (12/16/2016)
I opened...
December 16, 2016 at 11:41 am
Senchi (12/15/2016)
I copied the sp_addlogin
and created a new one.
However, I got the error on :
--execute sp_hexadecimal @passwdbin, @hextext OUT
and
--execute sys.sp_hexadecimal @sid, @hextext OUT
No such stored procedure...
December 15, 2016 at 10:47 am
tt-615680 (12/14/2016)
December 14, 2016 at 4:01 pm
Viewing 15 posts - 4,141 through 4,155 (of 4,477 total)