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: *

  • Users: dajonx
  • Content: Threads
  • Order by date
  1. 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...
  2. 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