Viewing 15 posts - 886 through 900 (of 972 total)
I came across a blog post by Chrissy LeMaire[/url] that looked interesting, I'm not in a environment to try it though.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 5, 2009 at 10:06 am
If your SQL Server installation is with service pack 3 (meaning it will install at service pack 3 level of SQL server) then I'm pretty sure Windows XP must be...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 5, 2009 at 9:21 am
Active Directory itself includes a attribute that can be queried that has the last logon timestamp.
Now this timestamp does not mean that SQL Server was the last thing they logged...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 2, 2009 at 3:27 pm
Understanding SQL Server Backups
Good article from July 2009 issue of Technet on backups.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 1, 2009 at 3:23 pm
Duration column within profiler indicates how long the process took in milliseconds.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
October 1, 2009 at 7:35 am
Have you query sys.objects to check if the table was created after the backup you are trying to restore from?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 30, 2009 at 7:21 am
As far as using a domain account or local account it depends on the security policies and guidelines for your company. I would check with your Security Officer (or...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 30, 2009 at 7:09 am
The way I read it it seems there is a system process running against the database. Do you have any backup software that is taking a backup of the...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 28, 2009 at 9:02 pm
End date is 01/12/2010 as per the link you provided.
Yes your assumption is correct through, after that date when you call MS for support they will state the lifecycle for...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 28, 2009 at 8:57 am
What are the security-related differences between an ODBC connection using Named Pipes, and TCP/IP?
TCP/IP Sockets
TCP/IP Sockets is a non-authenticated protocol. This means that connections are not authenticated, and...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 26, 2009 at 12:31 pm
When you create the ODBC connection what authentication type are you using? What authentication mode is the SQL Server you are connecting to in?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 26, 2009 at 12:23 pm
Is 'remote access' enabled for your SQL instance?
exec sp_configure 'show advanced options', 1
reconfigure
exec sp_configure
Executing the above will display the configuration. Look for 'remote access' and see what the configured...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 24, 2009 at 6:44 pm
What method did you use to "copy" the database?
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 23, 2009 at 2:00 pm
on the SQL Server can you either logon as that domain account and access the share?
Or you logon and try to map the network drive, using the domain account in...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 23, 2009 at 5:26 am
SQL is not ment to run in that manner. Each edition you installed is fighting for memory on your system and process. There is not real point in...
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
September 20, 2009 at 3:42 pm
Viewing 15 posts - 886 through 900 (of 972 total)