Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dajonx

    DNS Issue - Getting Different IPs Assigned

    Thank you for all of the help! I found out that it's a certificate issue on a website on IE8 (for some reason, it's not asking for the certificate (ie, it doesn't think that workstation has the certificate installed)). So it's not a DHCP/DNS issue.. Looks like I have to research IE and...
  2. dajonx

    DNS Issue - Getting Different IPs Assigned

    Hi, We currently have four Domain Controllers and some have different forwarders. Do you know if this is an issue? Also, we're getting different IPs assigned on our workstations and are not sure what's causing this. Do you have any idea what's going on? Any help is GREATLY appreciated...
  3. dajonx

    Identity Seed Error

    Thank you very much Denny!! I truly appreciate it!!
  4. dajonx

    Identity Seed Error

    Thank you! I'm not familar with dynamic SQL... Could you please give me an example? I've googled it but I wasn't able to find a good example.
  5. dajonx

    Identity Seed Error

    Hi, I'm trying to place a variable as a identity seed. Is this possible? I can't seem to find an answer anywhere... Below is my code: declare @max1 int select @max1 = max(acid)+1 from cms_2a alter table cms_3a add cwid int identity(@max1, 1) It says that I have an error on "@max1". If I...

Part and Inventory Search

Back
Top