Viewing 15 posts - 181 through 195 (of 3,738 total)
dukanif (5/17/2016)
i used access yet but now i want use SQL Server such as main server to save data...
May 17, 2016 at 12:15 pm
dallas13 (5/17/2016)
May 17, 2016 at 10:27 am
I would execute the Create Stored Procedure Separately from the EXEC SP.
Make sure that the SP is created successfully first.
May 17, 2016 at 10:19 am
bradwilliams51 (5/17/2016)
Windows Server 2008 R2 Enterprise (Server Core Installation)
Why Server Core 2008 R2? That is old.
Before you know it you will be upgrading to a newer version of SQL Server.
May 17, 2016 at 10:05 am
Add a Send Mail Task to you package.
May 17, 2016 at 8:32 am
Check the permissions for the account that you are using for the linked server.
Make sure that it at least is a member of the database fixed server role db_datareader.
You may...
May 17, 2016 at 8:26 am
Can you ping the Server?
Can you remote into that Server, launch SQL Server Configuration Manager and check the configuration settings?
May 17, 2016 at 8:23 am
dukanif (5/14/2016)
i installed MS SQL Server 2014 on windows server 2008 r2 , now i want connect to it from another computer in another internet , what is...
May 17, 2016 at 8:18 am
The problem was that the user was using SSMS 2008 against a 2012 Database.
Issue resolved.
May 11, 2016 at 7:50 am
sp_helptext works.
If you try generating a script table you get an error:
Index was outside the bounds of the array.
I need to check the version of SSMS that the user is...
May 10, 2016 at 7:55 pm
Still not getting mail.
It is nearly 6:00 PM.
May 10, 2016 at 4:00 pm
I need to get the error message from the user.
Mail Server is down.
Thanks.
May 10, 2016 at 2:53 pm
Now I need to allow a group to be able to Script Table as ... on a Test Server.
It worked on Production for a Developer on Production by WITH THE...
May 10, 2016 at 2:41 pm
You want to go into the SQL Server Agent Properties and click on history and increase the maximum job history log size.
May 10, 2016 at 7:52 am
Sean Lange (5/10/2016)
Welsh Corgi (5/10/2016)
How can I grant read permissions...
May 10, 2016 at 7:43 am
Viewing 15 posts - 181 through 195 (of 3,738 total)