Viewing 15 posts - 2,431 through 2,445 (of 3,366 total)
Yes that is the same with .NET DateTime but it require Double data type because INT resolution is limited.
So you can either use time in SQL Server or use .NET...
February 2, 2009 at 1:06 pm
I don't think permissions in the SQL Servers is relevant because I am only admin to the SQL Server developer edition on my desk top but the other server which...
February 2, 2009 at 11:44 am
This is actually a programming question not IIS question because when you redirect in the response object there is a round trip thread abort in the http pipeline so I...
February 2, 2009 at 11:39 am
If you are not seeing your registered SQL Servers on your network it may be related to your browser service off because if the browser service is on you will...
February 2, 2009 at 11:13 am
It is in SQL Server 2005 Express Advanced edition the tool kit version which I think require the user to unistall the standard SQL Server Express edition. Check the...
February 2, 2009 at 8:26 am
I may have found the reason for your problem because xp_cmdshell can be used to do many things which Microsoft may not want you to do so to use it...
February 2, 2009 at 7:49 am
I think the key is to develop the package in 32bits and move it to 64bits open the package and save it again that should fix it.
Read the blog posts...
February 1, 2009 at 12:05 pm
CONGRATULATIONS SQL Server Central and Steve
Thanks for a very nice site to use SQL Server without constraints and restrictions.
:Whistling:
January 31, 2009 at 10:56 pm
I am not aware of LDAP been part of SQL Server the only thing that connects both is Mcrosoft makes both SQL Server and Windows. ADs primary task is...
January 30, 2009 at 8:42 pm
I was hoping someone will help you but if you use different collation for the server you may need your SharePoint collation in all your code because the SharePoint collation...
January 30, 2009 at 4:28 pm
Here is one from Microsoft that uses code while the second uses what I call a physical solution using the IGNORE_DUP_KEY in the create index definition.
http://support.microsoft.com/kb/139444
http://www.sqlservercentral.com/articles/Basic+Querying/deletingduplicaterows/1175/
January 30, 2009 at 2:28 pm
I am not aware of UNION performing a sort however it performs an implict Distinct by removing duplicates while UNION ALL leave the duplicates.
I also don't think you...
January 30, 2009 at 1:42 pm
Here is the thread with the DB2 AS400 some minor correction it is the permission used to create the package that needs to be admin and no I don't know...
January 30, 2009 at 1:17 pm
(SQL Server 2000 Service Pack 3
Release date: January 17, 2003
How to obtain
SQL Server 2000 Service Pack 3 (SP3) is no longer available. Please install SP3a instead.)
That link you posted...
January 30, 2009 at 12:59 pm
The how is covered below by Microsoft what is not covered is the change of permissions required in third party RDBMS because I helped a user using IBMs DB2 and...
January 30, 2009 at 12:22 pm
Viewing 15 posts - 2,431 through 2,445 (of 3,366 total)